예제 #1
0
 public IEnumerable <Allergy> GetPatientAllergies(Patient patient)
 => _medicalRecordService.GetPatientAllergies(patient);