Ejemplo n.º 1
0
 public List <int> GetBooking(DateTime checkInDate, DateTime checkoutDate, int personCount, int luggageCount)
 {
     return(BookingHandler.GetBookingRooms(personCount, checkInDate, checkoutDate, luggageCount));
 }