Exemplo n.º 1
0
 public DbFixtureTests(TestDb testDb)
 {
     _testDb = testDb;
     _db     = testDb.Db;
 }
Exemplo n.º 2
0
 public DbBatchTests(TestDb testDb)
 {
     _testDb = testDb;
     _db     = testDb.Db;
 }