Ejemplo n.º 1
0
 public byte[] ExportEmployeeLeftOfficeConfirmNoQueryReports(List<string> companyids, List<V_EmployeeLeftOfficeInfos> ListInfos, DateTime DtStart)
 {
     using (ReportsBLL bll = new ReportsBLL())
     {
         return bll.ExportEmployeeLeftOfficeConfirmReports(companyids, ListInfos, DtStart);
     }
 }
Ejemplo n.º 2
0
 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);
     }
 }