public List<Report> getReports()
 {
     BusinessLogic.AnalyticsController BL = new BusinessLogic.AnalyticsController();
     return BL.getReports();
 }
Пример #2
0
 public List <Report> getReports()
 {
     BusinessLogic.AnalyticsController BL = new BusinessLogic.AnalyticsController();
     return(BL.getReports());
 }