Exemplo n.º 1
0
        public ActionResult Categoria(string categoria)
        {
            ViewBag.message = categoria;
            RepoDapper Repo = new RepoDapper();
            var        est  = Repo.ReporteCategoria(categoria);

            return(View(est));
        }