Ejemplo n.º 1
0
 public byte[] ExportEmployeePostChangeNoqueryReport(List<string> companyids, List<V_EmployeeChangeInfos> ListInfos, DateTime Dt)
 {
     using (ReportsBLL bll = new ReportsBLL())
     {
         return bll.ExportEmployeePostChangeNoQueryReport(companyids, ListInfos, Dt);
     }
 }