Ejemplo n.º 1
0
 public void DeletarPessoa(PessoaDto pessoa)
 {
     negocio.DeletarPessoa(pessoa);
 }