public CommandTestBase() { context = HotelContextFactory.Create(); }
public QueryTestFixture() { Context = HotelContextFactory.Create(); Mapper = AutoMapperFactory.Create(); }