Esempio n. 1
0
        //Type Utlisateur
        static public List <IdDescription> recupererTypeUtilisateur()
        {
            List <IdDescription> typeUtlisateur = RequeteInformation.recupererTypeUtilisateur();

            return(typeUtlisateur);
        }