Ejemplo n.º 1
0
        public bool Modifier(int id, Personne e)
        {
            return(_rep.Modifier(id, e.VersGlobal()));

            throw new NotImplementedException();
        }