Ejemplo n.º 1
0
        public ActionResult Reporte()
        {
            List <montoabonado> listaM = AccesoDatos.AccesoDatos.reporteuno();
            List <Cantxturno>   listaT = AccesoDatos.AccesoDatos.reportedos();



            ReporteVM vm = new ReporteVM();

            vm.montoA = listaM;
            vm.canT   = listaT;

            return(View(vm));
        }
        // GET: Reporte
        public ActionResult Reporte()
        {
            ReporteVM resultado = new ReporteVM();

            return(View(resultado));
        }