gladyssann

UserEntity.cs

Jan 3rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace OT_lib.Entity
  8. {
  9. public class UserEntity
  10. {
  11. public int usr_Id { get; set; }
  12. public string username { get; set; }
  13. public string email { get; set; }
  14. public string password { get; set; }
  15.  
  16.  
  17.  
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment