Guest User

Untitled

a guest
Feb 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class Person
  2. {
  3. public int Id { get; set; }
  4. public string FirstName { get; set; }
  5. public string LastName { get; set; }
  6. public DateTime DateOfBirth { get; get; }
  7.  
  8. // plus a bunch of other properties relevant about a person
  9. }
Add Comment
Please, Sign In to add comment