Beispiel #1
0
 public static bool changePass_user(string user, string pass)
 {
     return(UsersIO.changePass(user, pass));
 }