Correction PDF

This commit is contained in:
2025-09-16 22:20:21 +02:00
parent d9fca86145
commit 41bd8254e7
17 changed files with 591 additions and 110 deletions

View File

@@ -8,4 +8,6 @@ public partial class Ingredient
public int Id { get; set; }
public string NameOwnedIngredients { get; set; } = null!;
public int UserId { get; set; }
}