コード例 #1
0
 public void AddAllergen(Patient patient, Ingredient allergen)
 {
     _patientService.AddAllergen(patient, allergen);
 }