Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace OT_lib.Entity
- {
- public class UserEntity
- {
- public int usr_Id { get; set; }
- public string username { get; set; }
- public string email { get; set; }
- public string password { get; set; }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment