Beispiel #1
0
 public IActionResult DeleteProduto(int id)
 {
     return(Ok(_categoria.DeletarCategoria(id)));
 }