コード例 #1
0
 public IEnumerable <Medicine> GetMedicineByIngredient(Ingredient ingredient)
 => _medicineRepository.GetMedicineByIngredient(ingredient);