예제 #1
0
 public MovieLogicTests()
 {
     movieLogic = new MovieLogic(DBContextFactory.GetMockedDbContext());
 }
예제 #2
0
 public SeatLogicTests()
 {
     seatLogic = new SeatLogic(DBContextFactory.GetMockedDbContext());
 }
예제 #3
0
 public ReservationLogicTests()
 {
     reservationLogic = new ReservationLogic(DBContextFactory.GetMockedDbContext());
 }
예제 #4
0
 public GenreLogicTests()
 {
     genreLogic = new GenreLogic(DBContextFactory.GetMockedDbContext());
 }
예제 #5
0
 public RowLogicTests()
 {
     rowLogic = new RowLogic(DBContextFactory.GetMockedDbContext());
 }
예제 #6
0
 public ScheduleLogicTests()
 {
     scheduleLogic = new ScheduleLogic(DBContextFactory.GetMockedDbContext());
 }
예제 #7
0
 public CinemaHallLogicTests()
 {
     cinemaHallLogic = new CinemaHallLogic(DBContextFactory.GetMockedDbContext());
 }
예제 #8
0
 public ActorLogicTests()
 {
     actorLogic = new ActorLogic(DBContextFactory.GetMockedDbContext());
 }