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