Exemple #1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeeByRODSSUIDWithSalry(int ResionId, int OfficeId, int DeptId, int sction, int subsction, Decimal Salary, Decimal ToSalary)
 {
     return(objCtx_DAL.GetEmployeeByRODSSUIDWithSalry(ResionId, OfficeId, DeptId, sction, subsction, Salary, ToSalary));
 }