Example #1
0
 public static List <Flux> GetAfficheFlux(int id_adherent)
 {
     return(AdherentDAO.GetAfficheFlux(id_adherent));
 }