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