Example #1
0
 public ProduitCommande ajouterLigneDeCommande(ProduitCommande pc)
 {
     return(idao.ajouterLigneDeCommande(pc));
 }
Example #2
0
 public void modifierLigneDeCommande(ProduitCommande pc)
 {
     idao.modifierLigneCommande(pc);
 }
Example #3
0
 public ProduitCommande modifierLigneCommande(ProduitCommande p)
 {
     return(idao.modifierLigneCommande(p));
 }