size to kitchen

printer logs removed
This commit is contained in:
EugeneTes
2026-02-05 11:39:06 +01:00
parent f0ae32c9e5
commit e8d20c77c7
6 changed files with 11 additions and 10 deletions

View File

@@ -68,20 +68,14 @@
/// </summary>
public class Dish
{
/// <summary>
/// Number ordered
/// </summary>
public int Number { get; set; }
/// <summary>
/// Name of the dish
/// </summary>
public string Name { get; set; }
public Dish(){}
public int? GuestId { get; set; }
public string Size { get; set; }
public Dish(int number, string name)
{
Number = number;