Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class UserModel
  2. {
  3. public int Id { get; set; }
  4. public string FirstName { get; set; }
  5. public string LastName { get; set; }
  6. public string Email { get; set; }
  7. public string Password { get; set; }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement