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