Example #1
0
 // Méthode qui renvoit une valeur booléen en faisant appel à
 // la méthode VerifAdherentByIdAndLogin() de la DAL
 public static bool VerifAdherentByLoginAndId(string value, int id)
 {
     return(AdherentDAO.VerifAdherentByLoginAndId(value, id));
 }