Advertisement
Guest User

Untitled

a guest
May 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public class Address
  2. {
  3. public int Id { get; set; }
  4. public string Country { get; set; }
  5. public string City { get; set; }
  6. public string Sate { get; set; }
  7. public string Street { get; set; }
  8. public string ZipCode { get; set; }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement