Guest User

Untitled

a guest
Nov 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Category 1 / Category 2 / Category 7
  2. Category 3 / Category 4
  3. Category 5 / Category 8 / Category 9
  4.  
  5. public class Category
  6. {
  7. public int Id { get; set; }
  8. public string Name { get; set; }
  9. public int Parent { get; set; }
  10. }
Add Comment
Please, Sign In to add comment