Exemplo n.º 1
0
 public int changePwd(String account, String pwd, String newPwd) {
   return DFWDao.changePwd(account, pwd, newPwd);
 }