コード例 #1
0
 //Obter toda a agenda por paciente
 public List <Agenda> GetByPaciente(Paciente paciente)
 {
     return(dal.GetByPaciente(paciente));
 }