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