Guest User

Untitled

a guest
Sep 4th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. DBUserAuthentication usr = new DBUserAuthentication();
  2. usr.UserName = "Kent";
  3. usr.Password = "blueskys";
  4. usr.PermissionType = "Student";
  5.  
  6. db.AddToDBUserAuthentications(usr);
Add Comment
Please, Sign In to add comment