Пример #1
0
 public static CLayer.Booking GetAllGDSCustomerDetails(long BookingId, int UserID)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     return(book.GetAllGDSCustomerDetails(BookingId, UserID));
 }