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