diff --git a/Controleur/ControleurRechercherassure.php b/Controleur/ControleurRechercherassure.php index e7f208f..25d0fa0 100644 --- a/Controleur/ControleurRechercherassure.php +++ b/Controleur/ControleurRechercherassure.php @@ -32,6 +32,12 @@ class ControleurRechercherassure extends Controleur { var_dump( array( "cas" => "Dans POST", + "numeroBeneficiaire" => $numeroBeneficiaire, + "numeroAdherent" => $numeroAdherent, + "nomBeneficiaire" => $nomBeneficiaire, + "prenomsBeneficiaire" => $prenomsBeneficiaire, + "telephonePortable" => $telephonePortable, + "email" => $email, ) ); exit();