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