示例#1
0
 public SP_GetAllofBookingDTL BLL_GetAllofBookingDTL(string bookingID, string customerID)
 {
     return(db.GetAllofBookingDTL(bookingID, customerID));
 }