Пример #1
0
 public TestDbContext(DbConnection existingConnection, IAggregateUpdateStrategy aggregateUpdateStrategy)
     : base(existingConnection, false, aggregateUpdateStrategy)
 {
 }
Пример #2
0
 public TestDbContext(DbConnection existingConnection, IAggregateUpdateStrategy aggregateUpdateStrategy) : base(existingConnection, false, aggregateUpdateStrategy)
 {
 }