meraproject/module/compare/property/controller.php

12 lines
166 B
PHP
Raw Normal View History

<?
namespace controller\compare\property;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'compare\Property';
}