Example #1
0
 //Métpdo buscar Contato pelo Id
 public Contato BuscarContato(int id)
 {
     return(repo.BuscarContato(id));
 }