Exemplo n.º 1
0
        //SaisirAdherent()
        public static void SaisirAdherent()
        {
            Adherent monAdherent = new Adherent();

            monAdherent.Nom = SaisirNom();
        }