Example #1
0
 public QueryTestFixture()
 {
     Context = BlogAppCoreContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }
Example #2
0
 public void Dispose()
 {
     BlogAppCoreContextFactory.Destroy(Context);
 }
Example #3
0
 public CommandTestBase()
 {
     _context = BlogAppCoreContextFactory.Create();
     _mapper  = AutoMapperFactory.Create();
 }