예제 #1
0
 //get Hall Reservation info
 public Hall GetHallReservation(int hallId)
 {
     return(_hallRepository.GetHallReservation(hallId));
 }