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