Esempio n. 1
0
        public Personne DonnerPere(int id)
        {
            return(_rep.DonnerPere(id).VersClient());

            throw new NotImplementedException();
        }