Beispiel #1
0
 public IActionResult Delete(long Id)
 {
     _pessoaServico.Excluir(Id);
     return(NoContent());
 }