Esempio n. 1
0
 public Participant(int matricule, String date_inscription, Adherent adherent)
 {
     this.matricule        = matricule;
     this.date_inscription = date_inscription;
     this.adherent         = adherent;
 }