2 Commits
0.3.0 ... 0.3.5

Author SHA1 Message Date
94d1796213 Aggiornamento DB di esempio 2026-01-15 09:33:08 +01:00
9ebc82fe62 Aggiunta campi nel modello Pizza 2026-01-15 09:24:01 +01:00
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
public int Id { get; set; }
public string Nome { get; set; } = string.Empty;
public decimal Prezzo { get; set; }
public string Categoria { get; set; } = string.Empty;
public string Note { get; set; } = string.Empty;
public int Tavolo { get; set; }
public string Stato { get; set; } = string.Empty;
}
}

Binary file not shown.