Пример #1
0
        public IEnumerable <Personne> Rechercher(Recherche e)
        {
            return(_rep.Rechercher(e).Select(j => j.VersClient()));

            throw new NotImplementedException();
        }