Exemplo n.º 1
0
 public TestFixture()
 {
     Context = DbContextFactory.Create();
     Mapper  = MapperFactory.Create();
 }
Exemplo n.º 2
0
 public TestBase()
 {
     Context = DbContextFactory.Create();
     Mapper  = MapperFactory.Create();
 }