public SeatRepositoryTests() { _fixture = new Fixture(); _seatRepository = (SeatRepository)RepositorySetup.GetInMemorySeatRespository(Guid.NewGuid().ToString(), _fixture); }
public BookingRepositoryTests() { _fixture = new Fixture(); _bookingRepository = (BookingRepository)RepositorySetup.GetInMemoryBookingRespository(Guid.NewGuid().ToString()); }
public CinemaRepositoryTests() { _fixture = new Fixture(); _cinemaShowRepository = (CinemaShowRepository)RepositorySetup.GetInMemoryCinemaShowRespository(Guid.NewGuid().ToString(), _fixture); }