Ejemplo n.º 1
0
 /**
  * Method returns full name of the most often attended staff member for patient
  *
  * @return full name of the most often attended doctor
  */
 public string getFullNameOfTheMostOftenAttendedDoctor()
 {
     return(repo.getFullNameOfTheMostOftenAttendedDoctor());
 }