Ejemplo n.º 1
0
 public virtual List <HRM_ATTENDANCE> GetAttendanceByShift_Date(string OCODE, string ShiftCode)
 {
     return(objCtx_DAL.GetAttendanceByShift_Date(OCODE, ShiftCode));
 }