Beispiel #1
0
 public void Excluir(Telefone Objeto)
 {
     _ITelefone.Excluir(Objeto);
 }
Beispiel #2
0
 public void Excluir(int id)
 {
     repositorio.Excluir(id);
 }