Ejemplo n.º 1
0
 @Override
 public String CheckByEmail(String email) {
   // TODO Auto-generated method stub
   return dao.CheckByEmail(email);
 }