Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94d1796213 | |||
| 9ebc82fe62 |
@@ -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.
Reference in New Issue
Block a user