Ejemplo n.º 1
0
        public int Creer(Personne e)
        {
            return(_rep.Creer(e.VersGlobal()));

            throw new NotImplementedException();
        }