Exemplo n.º 1
0
        public ActionResult Producto(string producto)
        {
            ViewBag.message = producto;
            RepoDapper Repo = new RepoDapper();
            var        est  = Repo.ReporteProducto(producto);

            return(View(est));
        }