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