Guest User

Untitled

a guest
Jun 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class ProductViewModel
  2. {
  3. public string Title { get; set; }
  4.  
  5. public ProductDescription ProductDescription { get; set; }
  6.  
  7. public ProductDetails ProductDetails { get; set; }
  8.  
  9. public BookingDefaults BookingDefaults { get; set; }
  10.  
  11. [...]
  12. }
Add Comment
Please, Sign In to add comment