Ejemplo n.º 1
0
        // GET: Admin/Reports
        public ActionResult Index()
        {
            var reports = _reports.FindAll();

            return(View(reports));
        }