Example #1
0
 public List <Booking> CurrentBookingByStatus(int?Status)
 {
     return(searchDAL.CurrentBookingsByStatus(Status));
 }