public CommandTestBase() { _context = NorthwindContextFactory.Create(); }
public QueryTestFixture() { Context = NorthwindContextFactory.Create(); }