Examples of accepterDefi()


Examples of business.Utilisateur.accepterDefi()

      else if(action.equals("accepter")) {
        int id_defi = Integer.valueOf(request.getParameter("id_defi"));
        int mise = Integer.valueOf(request.getParameter("mise"));
        int retard = Integer.valueOf(request.getParameter("retard"));
       
        if(utilisateur.accepterDefi(id_defi, mise, retard))
          out.print("{}");
        else
          response.setStatus(598);
      }
      else if(action.equals("refuser")) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.