예제 #1
0
 // Admits a patient to a specific hospital
 public void AdmitTo(Hospital hospital)
 {
     hospital.AdmitPatient(this);
 }