Ejemplo n.º 1
0
 public List<T_HR_EMPLOYEEPOST> GetEmployeeDetailByParasPaging(int pageIndex, int pageSize, string sort, ref int pageCount, string[] companyIDs, string[] departmentIDs, string[] postIDs, string[] employeeIDs)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeeDetailByParasPaging(pageIndex, pageSize, sort, ref pageCount, companyIDs, departmentIDs, postIDs, employeeIDs);
     }
 }