Exemplo n.º 1
0
 public TestUow(string nameOrConnectionString)
 {
     _context = new TestDbContext(nameOrConnectionString);
 }