Example #1
0
 public static int AjoutUtilisateur(Adherent unAdherent)
 {
     return(AdherentDAO.AjoutUtilisateur(unAdherent));
 }