update model

This commit is contained in:
Francesco D'Amico
2025-03-30 15:56:01 +02:00
parent afde272d8a
commit b2ba51d297
5 changed files with 19 additions and 16 deletions
@@ -11,6 +11,6 @@
public virtual ICollection<RecipeIngredient> RecipeIngredients { get; set; } = new List<RecipeIngredient>();
public virtual ICollection<IngredientsShoppingList> IngredientShoppingLists { get; set; } = new List<IngredientsShoppingList>();
public virtual ICollection<RecipeIngredientShoppingList> IngredientShoppingLists { get; set; } = new List<RecipeIngredientShoppingList>();
}
}