Package interfaces.clients

Examples of interfaces.clients.IMetierClients.modifierAdresse()


                throw new MetierException();
              }
              System.out.println("Adresse : "+adresse);
              // On modifie l'adresse du client
              client.setAdresse(adresse);
              mc.modifierAdresse(client);
             
              // On remet l'adresse dans la session
              session.setAttribute("client", client);
             
              // Tout est ok
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.