Пример #1
0
 public List <Flux> afficheFlux(Adherent adherent)
 {
     return(GestionFlux.GetLesFluxById(adherent.Id));;
 }