示例#1
0
        //
        // GET: /Reports/Reports/

        public ActionResult Index()
        {
            List <ReportTemplate> reports = _reportFactory.GetReportTemplates();

            return(View(reports));
        }