예제 #1
0
 public ListeCard(Panier p, Produit pp, int q, float prix)
 {
     this.Panier = p;
     this.Produit = pp;
     this.Quatite = q;
     this.PrixTotal = prix; 
 }
예제 #2
0
 public ListeCard(Panier p, Produit pp, int q, float prix)
 {
     this.Panier    = p;
     this.Produit   = pp;
     this.Quatite   = q;
     this.PrixTotal = prix;
 }