コード例 #1
0
 public Boolean isPatientAvailable(int patientID)
 {
     return(PatientHelper.isPatientAvailable(patientID));
 }