Examples of venteUtilisateur()


Examples of com.netflox.dao.MysqlGestionVente.venteUtilisateur()

    return l;
  }
 
  public ArrayList<Vente> histoAchat(){
    MysqlGestionVente dbVente = new MysqlGestionVente();
    return dbVente.venteUtilisateur(user);
  }
 
  public int rechargerCompte(int montant){
    MysqlGestionUtilisateur dbUti = new MysqlGestionUtilisateur();
    dbUti.updateSolde(user, montant);
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.