Exemplo n.º 1
0
 //Obter todos os registros
 public List <Contato> GetAll()
 {
     return(dal.GetAll());
 }