示例#1
0
 public DbFixtureTests(TestDb testDb)
 {
     _testDb = testDb;
     _db     = testDb.Db;
 }
示例#2
0
 public DbBatchTests(TestDb testDb)
 {
     _testDb = testDb;
     _db     = testDb.Db;
 }