protected SaveChangesInterceptionNpgsqlTestBase(InterceptionNpgsqlFixtureBase fixture)
     : base(fixture)
 {
 }
 public CommandInterceptionNpgsqlTestBase(InterceptionNpgsqlFixtureBase fixture)
     : base(fixture)
 {
 }
示例#3
0
 protected TransactionInterceptionNpgsqlTestBase(InterceptionNpgsqlFixtureBase fixture)
     : base(fixture)
 {
 }