#pragma once class GestionIdentifiant { public: int idCourant; public: int getId(); };