Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class DataCategoria
- {
- public string Id { get; set; }
- public string Nome { get; set; }
- public string Logo { get; set; }
- public double Prezzo { get; set; }
- public double Maggiorazione { get; set; }
- public int Ordinamento { get; set; }
- public int Quantita { get; set; }
- }
Add Comment
Please, Sign In to add comment