public async Task <IActionResult> GetAll() { var data = await _categoriaRepositorio.GetAllAsync(); return(Ok(data)); }