Exemplo n.º 1
0
 public IActionResult Delete(int id)
 {
     business.Excluir(id);
     return(NoContent());
 }