Exemple #1
0
 public Association(string nomAssociation, string nomResponsable, Mission uneMission, Pays unPays)
 {
     this.nomAssociation = nomAssociation;
     this.nomResponsable = nomResponsable;
     this.uneMission     = uneMission;
     this.unPays         = unPays;
 }
 public PaysChoisiPartenariat(Pays unPays, int annee)
 {
     this.pays  = unPays;
     this.annee = annee;
 }