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