Beispiel #1
0
 public static ReportDS.ReportSurveyAverageDataTable GetSurveyAverageReport(TimeZone localZone, Int32 group, DateTime start, DateTime end)
 {
     return(BllReport.GetSurveyAverageReport(localZone, group, start, end));
 }
Beispiel #2
0
 public static ReportDS.ReportIncidentDSDataTable GetIncidentReport(TimeZone localZone, Int32 group, DateTime start, DateTime end)
 {
     return(BllReport.GetIncidentReport(localZone, group, start, end));
 }