Ejemplo n.º 1
0
 public void TestInitialize()
 {
     _dbSeeder = new DbSeeder(_connectionStringName);
     _dbSeeder.ResetTables();
 }