示例#1
0
 public SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem[] GetReportsBySelected(System.DateTime StartDate, System.DateTime EndDate, SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportName[] SelectReportNames, SinoSysWatchService.Application.SinoSZJSReportService.SinoOrganize Org, string ReportType)
 {
     return(base.Channel.GetReportsBySelected(StartDate, EndDate, SelectReportNames, Org, ReportType));
 }
示例#2
0
 public SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem[] GetReportsOfOrg(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportName ReportName, SinoSysWatchService.Application.SinoSZJSReportService.SinoOrganize Org, string ReportType)
 {
     return(base.Channel.GetReportsOfOrg(ReportName, Org, ReportType));
 }