コード例 #1
0
 public void RemoveRecipeIngredient(RecipeIngredient recipeIngredient)
 {
     RecipeIngredients.Remove(recipeIngredient);
 }
コード例 #2
0
 public void AddRecipeIngredient(RecipeIngredient recipeIngredient)
 {
     RecipeIngredients.Add(recipeIngredient);
 }