Example #1
0
 // Méthode qui renvoit une List d'objets Adherent en faisant appel à
 // la méthode GetAdherent() de la DAL
 public static List <Adherent> GetAdherent()
 {
     return(AdherentDAO.GetAdherent());
 }