Ejemplo n.º 1
0
 public List <Rooms> ViewAllAvailableRooms(DateTime checkInDate)
 {
     return(BookingHandler.GetAvailableRooms(checkInDate));
 }