Exemple #1
0
 public List<string> GetEmployeeIDsByParasByBalancePost(IList<string> companyIDs, IList<string> departmentIDs, IList<string> postIDs)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         List<string> q = bll.GetEmployeeIDsByParasByBalancePost(companyIDs, departmentIDs, postIDs);
         return q;
     }
 }