Ejemplo n.º 1
0
        public ActionResult getCategorias()
        {
            var categorias = _categoriaService.GetAllCategorias();

            return(Ok(categorias));
        }
Ejemplo n.º 2
0
        public ActionResult GetAll()
        {
            var Lista_categorias = _categoriaService.GetAllCategorias();

            return(Ok(Lista_categorias));
        }