radiantproduction/Controleur/ControleurAjaxenteteborderaufacturation.php

13 lines
238 B
PHP

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