Exemplo n.º 1
0
        // GET: Admin/Report
        public ActionResult Index()
        {
            ReportViewModel model = new ReportViewModel();

            return(View(model.GetReports()));
            //return View(db.ReportTrusts.ToList());
        }