Example #1
0
 public static List <Adherent> FiltreUtilisateur(string recherche)
 {
     return(AdherentDAO.FiltreUtilisateur(recherche));
 }