Esempio n. 1
0
 public bool VerifyReport(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem ReportItem, System.DateTime VerifyDate, string ReportType)
 {
     return(base.Channel.VerifyReport(ReportItem, VerifyDate, ReportType));
 }
Esempio n. 2
0
 public SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportVerifyInfo GetReportVerifyInfo(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem ReportItem, string ReportType)
 {
     return(base.Channel.GetReportVerifyInfo(ReportItem, ReportType));
 }
Esempio n. 3
0
 public bool ReBuildReport(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem ReportItem, string ReportType)
 {
     return(base.Channel.ReBuildReport(ReportItem, ReportType));
 }
Esempio n. 4
0
 public byte[] GetReport(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem ReportItem, string Format, string ReportType)
 {
     return(base.Channel.GetReport(ReportItem, Format, ReportType));
 }