Example #1
0
 // Méthode qui retourne un Adherent en fonction de son ID
 public static Adherent GetOnceAdherent(int id)
 {
     return(AdherentDAO.GetOnceAdherent(id));
 }