This commit is contained in:
KANE LAZENI 2026-01-04 13:29:55 +00:00
parent 8bd6823396
commit eecf70ce85

View File

@ -27,10 +27,10 @@ class ControleurCreerbeneficiaire extends Controleur {
public function __construct() {
$this->menuvue = new Menuvueutilisateur();
$this->menuvue->getMenuVue('Creerbeneficiaire');
/*
$this->beneficiaire = new Beneficiaire();
$this->naturepiece = (new Naturepiece())->getListe();
$this->sexe = (new Sexe())->getListe();
/*
$this->groupesanguin = (new Groupesanguin())->getListe();
$this->adherent = new Adherent();
$this->lienparente = (new Lienparente())->getListeDependant();