Esempio n. 1
0
 public static void Admin_ChangePassword(string Username, string Password)
 {
     db.Admin_ChangePassword(Username, Password);
 }