Exemplo n.º 1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeesByEidForAttendance(string eid, DateTime fromDate, DateTime toDate)
 {
     return(objCtx_DAL.GetEmployeesByEidForAttendance(eid, fromDate, toDate));
 }