示例#1
0
 public ICollection <Agenda> UltimosAtendimentos(int idpaciente)
 {
     return(_repository.UltimosAtendimentos(idpaciente));
 }