Esempio n. 1
0
 public void RemoveRecipeIngredient(RecipeIngredient recipeIngredient)
 {
     RecipeIngredients.Remove(recipeIngredient);
 }
Esempio n. 2
0
 public void AddRecipeIngredient(RecipeIngredient recipeIngredient)
 {
     RecipeIngredients.Add(recipeIngredient);
 }