Example #1
0
 public bool removeWorkSchedule(string pId, string pUserId)
 {
     return(loWorkSchedule.removeWorkSchedule(pId, pUserId));
 }