Guest User

Untitled

a guest
Jan 16th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public List<UserName> FullName{ get; set; }
  2.  
  3. public class UserName
  4. {
  5. public string firstName { get; set; }
  6.  
  7. public string lastName{ get; set; }
  8. }
Add Comment
Please, Sign In to add comment