Esempio n. 1
0
 @Override
 public int UpdatePSW(int id, String password) {
   // TODO Auto-generated method stub
   return dao.UpdatePSW(id, password);
 }