Ejemplo n.º 1
0
 public void changePrix(int prix, int id_soc)
 {
     societe.updatePrice(prix, id_soc);
 }