Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public string LastName
  2. {
  3. get => LastName;
  4. set
  5. {
  6. value = value.TrimAndReduce();
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement