Exemplo n.º 1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeeByOffice(int officeId, DateTime CurrentDate)
 {
     return(objCtx_DAL.GetEmployeeByOffice(officeId, CurrentDate));
 }