Example #1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeeByRODSSUID(int ResionId, int OfficeId, int DeptId, int sction, int subsction)
 {
     return(objCtx_DAL.GetEmployeeByRODSSUID(ResionId, OfficeId, DeptId, sction, subsction));
 }