meraproject/module/compare/project/item/value/controller.php

13 lines
187 B
PHP
Raw Permalink Normal View History

<?
namespace controller\compare\project\item\value;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'compare\project\item\Value';
}