コード例 #1
0
        // 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));
        }