Example #1
0
 //Método retornar todos contatos
 public List <Contato> RetornarTodos()
 {
     return(repo.SelecionarTodos());
 }