Here’s the table Users UserId UserName Password EmailAddress and the code.. public void ChangePassword(int userId, string password){ //code to update the password.. } ...
-
May 27, 2022
- 0 Comments