Guest User

Untitled

a guest
Apr 26th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. namespace Example.Core.Model.Users
  2. {
  3. public class User
  4. {
  5. public int Id { get; set; }
  6. public string Username { get; set; }
  7. public int Score { get; set; }
  8. }
  9. }
Add Comment
Please, Sign In to add comment