Exemple #1
0
 public List<V_EMPLOYEEPOST> GetEmployeeDetailByParas(string[] companyIDs, string[] departmentIDs, string[] postIDs, string[] employeeIDs)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeeDetailByParas(companyIDs, departmentIDs, postIDs, employeeIDs);
     }
 }