// GET: Reporte
        public ActionResult Index()
        {
            InfoGralVM resultado = new InfoGralVM();

            return(View(resultado));
        }
Пример #2
0
        // GET: Reporte
        public ActionResult Reporte()
        {
            InfoGralVM resultado = new InfoGralVM();

            return(View(resultado));
        }