a
This commit is contained in:
parent
8e2a717e0a
commit
d7b6f16b05
|
|
@ -32,6 +32,12 @@ class ControleurRechercherassure extends Controleur {
|
||||||
var_dump(
|
var_dump(
|
||||||
array(
|
array(
|
||||||
"cas" => "Dans POST",
|
"cas" => "Dans POST",
|
||||||
|
"numeroBeneficiaire" => $numeroBeneficiaire,
|
||||||
|
"numeroAdherent" => $numeroAdherent,
|
||||||
|
"nomBeneficiaire" => $nomBeneficiaire,
|
||||||
|
"prenomsBeneficiaire" => $prenomsBeneficiaire,
|
||||||
|
"telephonePortable" => $telephonePortable,
|
||||||
|
"email" => $email,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
exit();
|
exit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user