Beispiel #1
0
 public void update(article p, IProceeding ip, int rang)// pour mettre à jour un article particulier
 {
     ip.update(p, rang);
 }