Пример #1
0
 public static string getOldPaswword(string loginName)
 {
     return(AccountDB.getOldPaswword(loginName));
 }