Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Person
- {
- public string FirstName { get; set; }
- public string LastName { get; set; }
- public string Hobbies { get; set; }
- public int Age { get; set; }
- public string Country {get; set;}
- public string Address { get; set; }
- public string Phone { get; set; }
- public string Gender { get; set; }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement