public QueryTestFixture()
 {
     Context = NorthwindContextFactory.Create();
 }
Ejemplo n.º 2
0
 public QueryTestFixture()
 {
     Context = NorthwindContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }
Ejemplo n.º 3
0
 public CommandTestBase()
 {
     _context = NorthwindContextFactory.Create();
 }