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