Beispiel #1
0
 public void EditarContato(Contato contato)
 {
     repo.EditarContato(contato);
 }