public QueryTestFixture()
 {
     Context = BlogAppCoreContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }
Exemple #2
0
 public CommandTestBase()
 {
     _context = BlogAppCoreContextFactory.Create();
     _mapper  = AutoMapperFactory.Create();
 }