save checkpoint
This commit is contained in:
@@ -19,6 +19,13 @@ public sealed partial class PostgresTrustVerdictRepository : ITrustVerdictReposi
|
||||
_dataSource = dataSource ?? throw new ArgumentNullException(nameof(dataSource));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Reads a <see cref="TrustVerdictEntity"/> from the current row of a <see cref="System.Data.Common.DbDataReader"/>.
|
||||
/// Delegates to <see cref="PostgresTrustVerdictReaderHelper.ReadEntity"/>.
|
||||
/// </summary>
|
||||
internal static TrustVerdictEntity ReadEntity(System.Data.Common.DbDataReader reader)
|
||||
=> PostgresTrustVerdictReaderHelper.ReadEntity(reader);
|
||||
|
||||
private async Task<IReadOnlyList<TrustVerdictEntity>> ExecuteQueryAsync(
|
||||
string sql,
|
||||
Guid tenantId,
|
||||
|
||||
Reference in New Issue
Block a user