Пример #1
0
 public SP_GetBookingServiceDTL BLL_GetBookingServiceDTL(string bookingID, string customerID)
 {
     return(db.GetBookingServiceDTL(bookingID, customerID));
 }