Ejemplo n.º 1
0
 public DataSetData GetAuditSalaryRecords(int pageIndex, int pageSize, string sort, string filterString, string[] paras, ref int pageCount, DateTime starttime, DateTime endtime, int orgtype, string orgid, string strCheckState, string userID)
 {
     using (SalaryRecordBatchBLL bll = new SalaryRecordBatchBLL())
     {
         var q = bll.GetAuditSalaryRecords(pageIndex, pageSize, sort, filterString, paras, ref pageCount, starttime, endtime, orgtype, orgid, strCheckState, userID);
         return q;
     }
 }