prestation/Controleur/ControleurAjaxentetepaiementprestationdet.php
2025-12-01 18:54:33 +00:00

13 lines
240 B
PHP

<?php
require_once 'Framework/Controleur.php';
class ControleurAjaxentetepaiementprestationdet extends Controleur {
public function __construct() {
}
public function index()
{
$this->genererVueAjax();
}
}