Aggiunta campi nel modello Pizza
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public string Nome { get; set; } = string.Empty;
|
public string Nome { get; set; } = string.Empty;
|
||||||
public decimal Prezzo { get; set; }
|
public decimal Prezzo { get; set; }
|
||||||
|
public string Categoria { get; set; } = string.Empty;
|
||||||
public string Note { get; set; } = string.Empty;
|
public string Note { get; set; } = string.Empty;
|
||||||
|
public int Tavolo { get; set; }
|
||||||
|
public string Stato { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user