public virtual void Loue(Adherent adherent) { this.Adherent = adherent; }
public virtual void Rendre() { this.Adherent = null; }
//Constructeurs public Exemplaire() { this.Etat = string.Empty; this.Ouvrage = null; this.Adherent = null; }