示例#1
0
 public string GetDayStatus(Int64 empKey, int shiftID, string workDate)
 {
     return(DailyAttendance.GetDayStatus(empKey, shiftID, workDate));
 }