public Abonnement Donner(int id) { AbonnementService us = new AbonnementService(); var x = us.Donner(id); return(us.Donner(id).VersAPI()); }
public IEnumerable <Abonnement> Donner(ObjetDonnerListe odl) { AbonnementService rs = new AbonnementService(); return(rs.Donner(odl.ienum, odl.options).Select(j => j.VersAPI())); throw new NotImplementedException(); }
public IEnumerable <Abonnement> Donner() { AbonnementService us = new AbonnementService(); return(us.Donner().Select(j => j.VersAPI())); }