a
This commit is contained in:
@@ -50,4 +50,11 @@ class ControleurAjaxdemanderdv extends Controleur {
|
||||
$this->rendezvous->refuserrdv($numeroDemandeRdv, $motifReponseRdv);
|
||||
}
|
||||
}
|
||||
|
||||
public function listerdemandesconsultation()
|
||||
{
|
||||
$demandes = $this->rendezvous->getDemandesConsultation();
|
||||
$this->genererVueAjax(array('demandes' => $demandes));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user