Exemple #1
0
 public Booking BookingGetById(int bookingId)
 {
     return(BookingRepository.BookingGetById(bookingId));
 }