Guest User

Untitled

a guest
Oct 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. public partial class ResourceA {
  2. public int ID { get; set; }
  3. public long ProductID { get; set; }
  4. public string Path { get; set; }
  5. }
  6.  
  7. public partial class ResourceB {
  8. public int ID { get; set; }
  9. public long ProductID { get; set; }
  10. public string Label { get; set; }
  11. }
  12.  
  13. public partial class ResourceC {
  14. public int ID { get; set; }
  15. public long ProductID { get; set; }
  16. public bool Open { get; set; }
  17. public bool Replacement { get; set; }
  18. }
Add Comment
Please, Sign In to add comment