예제 #1
0
        public IEnumerable <Descendant> DonnerLesEnfants(int id)
        {
            return(_rep.DonnerLesEnfants(id).Select(j => j.VersClient()));

            throw new NotImplementedException();
        }