//Lista de categorias con dapper public ActionResult CategoriasDapper() { RepoDapper EmpRepo = new RepoDapper(); var categ = EmpRepo.GetCategorias(); return(View(categ)); }