Exemple #1
0
 public IActionResult GetPorId(Guid Id)
 {
     return(Ok(_categoriaService.CategoriaPorId(Id)));
 }