Guest User

Untitled

a guest
Nov 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. namespace JSSerializerSample.Models
  2. {
  3. public class ComplexViewModel
  4. {
  5. public string ComplexProperty1 { get; set; }
  6. }
  7. }
Add Comment
Please, Sign In to add comment