コード例 #1
0
ファイル: Patient.cs プロジェクト: KL-SE/Software-Engineering
 public List <Appointment> GetAppointments()
 {
     return(PatientsManager.GetAppointmentsByPatient(this));
 }