Esempio n. 1
0
 public TestFixture()
 {
     Context = DbContextFactory.Create();
     Mapper  = MapperFactory.Create();
 }
Esempio n. 2
0
 public void Dispose()
 {
     DbContextFactory.Destroy(Context);
 }