Ejemplo n.º 1
0
 /** resetPwd */
 public boolean resetPwd(String email, String newPwdMi) {
   return user.resetPwd(email, newPwdMi);
 }