Beispiel #1
0
 public void remove(int cod, IProceeding ip) // pour supprimer un article
 {
     ip.remove(cod);
 }