Example #1
0
 // Méthode qui modifie un nouvel Adherent avec la méthode
 // UpdateUtilisateur de la DAL
 public static bool ModifierAdherent(Adherent ut)
 {
     return(AdherentDAO.UpdateAdherent(ut));
 }