klinglers special

This commit is contained in:
EugeneTes
2026-02-25 10:35:20 +01:00
parent 11dfd6ead4
commit be83fadc5f
5 changed files with 166 additions and 75 deletions

View File

@@ -84,6 +84,7 @@
public DishModifications Modifications { get; set; } = new DishModifications();
public string? Comment { get; set; }
public decimal? Price { get; set; }
}
public class DishModifications