コード例 #1
0
ファイル: PersonnelService.cs プロジェクト: JuRogn/OA
 public byte[] ExportEmployeePostChangeNoqueryReport(List<string> companyids, List<V_EmployeeChangeInfos> ListInfos, DateTime Dt)
 {
     using (ReportsBLL bll = new ReportsBLL())
     {
         return bll.ExportEmployeePostChangeNoQueryReport(companyids, ListInfos, Dt);
     }
 }