示例#1
0
    public function API_ReglementsNonRapproches_Lister($id_compte)

    {
       
        
        if(!$this->estAdmin())
        {   
            throw new ErrorException("Vous devez être Admin pour accéder à cette fonctionalitée.");
        }
        
        
        return $this->bdd->ReglementsNonRapproches_Lister($id_compte);
    }