コード例 #1
0
 /**
  * Method returns list of all patient's past appointments
  *
  * @return past appointments per user
  */
 public List <IModel> getPastAppointmentsPerUser()
 {
     return(repo.getAllPastAppointments());
 }