示例#1
0
 public void AddPrescription(Patient patient, Prescription prescription)
 {
     patientService.AddPrescription(patient, prescription);
 }