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

13 lines
238 B
PHP
Executable File

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