Example #1
0
 public List <Booking> BookingByDate(DateTime fromdate, DateTime todate)
 {
     return(searchDAL.BookingsByDate(fromdate, todate));
 }