Exemplo n.º 1
0
 public void removeIngredient(Ingredient ingredient)
 {
     this.ingredients.Remove(ingredient);
 }
Exemplo n.º 2
0
 public void addIngredient(Ingredient ingredient)
 {
     this.ingredients.Add(ingredient);
 }