Make new Migration and change logic of ingredientshoppinglist

This commit is contained in:
Francesco D'Amico
2025-03-30 15:55:19 +02:00
parent a4c8edb572
commit afde272d8a
4 changed files with 678 additions and 20 deletions
@@ -34,7 +34,7 @@
public DbSet<Favorit> Favorits => Set<Favorit>();
public DbSet<IngredientsShoppingList> IngredientsShoppingLists => Set<IngredientsShoppingList>();
public DbSet<RecipeIngredientShoppingList> RecipeIngredientsShoppingLists => Set<RecipeIngredientShoppingList>();
public DbSet<ShoppingList> ShoppingLists => Set<ShoppingList>();