public Periode(String libelle, Annee annee)
 {
     this.libelle = libelle;
     this.annee   = annee;
 }
Exemple #2
0
 public bool Equals(Annee other)
 {
     return(other != null && id == other.id);
 }