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