Ejemplo n.º 1
0
 public IEnumerable <BookingModel> GetAllBookingsOfType(int status)
 {
     return(bookingHandler.GetAllBookingsOfStatus(status));
 }