radiantproduction/Controleur/ControleurAjaxenteteproductionagences.php
2026-03-01 04:20:18 +00:00

13 lines
236 B
PHP

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