Example #1
0
 public Booking GetBookingByCRN(string bookingno)
 {
     return(searchDAL.GetBookingByCRN(bookingno));
 }