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

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

            return(Ok(Lista_categorias));
        }