production/Controleur/ControleurAjaxetatenteterapportspexercice.php
2025-12-02 11:29:44 +00:00

14 lines
259 B
PHP
Executable File

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