Ejemplo n.º 1
0
 public List<string> GetSalaryRecordAuditSum(string sort, string filterString, string[] paras, DateTime starttime, DateTime endtime, int orgtype, string orgid, string strCheckState, string userID, out List<string> nameData)
 {
     using (SalaryRecordBatchBLL bll = new SalaryRecordBatchBLL())
     {
         return bll.GetSalaryRecordAuditSum(sort, filterString, paras, starttime, endtime, orgtype, orgid, strCheckState, userID, out nameData);
     }
 }