Exemplo n.º 1
0
        public ActionResult Reporting()
        {
            IReportRepository ReportRepo = new ReportRepository();

            return(View(ReportRepo.GetAllReportCharts()));
        }