Esempio n. 1
0
 public void loadBookingData(IBooking _booking, int CustomerId, ICurrentUsers currentUser)
 {
     _booking.CustomerId = CustomerId;
     FBMs = _booking.FlighBookReport(FromDt, ToDt, (DateFliterType == 2 ? false : true), currentUser.CustomerType == enmCustomerType.Admin?true: false, false, bookingStatus);
 }