Example #1
0
 public void IncluirContato(Contato contato)
 {
     repo.IncluirContato(contato);
 }