prestation/Controleur/ControleurAjaxrequeteentetefactureadherent.php
2025-12-05 10:42:46 +00:00

13 lines
241 B
PHP
Executable File

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