Exemplo n.º 1
0
 public IEnumerable <Medicine> GetMedicineByIngredient(Ingredient ingredient)
 => _medicineRepository.GetMedicineByIngredient(ingredient);