Guest User

Untitled

a guest
Nov 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public sealed PersonDO
  2. {
  3. public Guid Id { get; set; }
  4. public string FirstName { get; set; }
  5. public string LastName { get; set; }
  6. public PersonDO BestFriend { get; set; }
  7. }
Add Comment
Please, Sign In to add comment