Beispiel #1
0
 //--------------------------------------------------------------------------------------------------------//
 //les interfaces requises:
 /*1*/
 public List <article> getAllCatalogue(IProceeding proc)
 {
     L = proc.getAllCatalogue();
     return(L);
 }