Beispiel #1
0
 public void UpdateUserPsw(string userID, string password)
 {
     dal.UpdateUserPsw(userID, password);
 }