예제 #1
0
 //Obter todos os registros
 public List <Contato> GetAll()
 {
     return(dal.GetAll());
 }