Ejemplo n.º 1
0
        public IEnumerable <Personne> DonnerEnfants(int id)
        {
            return(_rep.DonnerEnfants(id).Select(j => j.VersClient()));

            throw new NotImplementedException();
        }