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

13 lines
235 B
PHP
Executable File

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