示例#1
0
 public List <SP_GetBookedTimes> BLL_GetBookedStylistTimes(string stylistID, DateTime bookingDate)
 {
     return(db.GetBookedStylistTimes(stylistID, bookingDate));
 }