public byte[] ExportEmployeeLeftOfficeConfirmNoQueryReports(List<string> companyids, List<V_EmployeeLeftOfficeInfos> ListInfos, DateTime DtStart) { using (ReportsBLL bll = new ReportsBLL()) { return bll.ExportEmployeeLeftOfficeConfirmReports(companyids, ListInfos, DtStart); } }
public byte[] ExportEmployeeLeftOfficeConfirmReports(List<string> companyids, string sort, string filterString, IList<object> paras, string userID, string IsType, DateTime DtStart, DateTime DtEnd) { using (ReportsBLL bll = new ReportsBLL()) { return bll.ExportEmployeeLeftOfficeConfirmReports(companyids, sort, filterString, paras, userID, IsType, DtStart, DtEnd); } }