Guest User

Untitled

a guest
Dec 23rd, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. class DataCategoria
  2. {
  3. public string Id { get; set; }
  4. public string Nome { get; set; }
  5. public string Logo { get; set; }
  6. public double Prezzo { get; set; }
  7. public double Maggiorazione { get; set; }
  8. public int Ordinamento { get; set; }
  9. public int Quantita { get; set; }
  10. }
Add Comment
Please, Sign In to add comment