Example #1
0
 public DataTable getWorkSchedules(string pDisplayType, string pPrimaryKey, string pSearchString)
 {
     return(loWorkSchedule.getWorkSchedules(pDisplayType, pPrimaryKey, pSearchString));
 }