meraproject/module/shop/sale/controller.php

14 lines
154 B
PHP
Raw Normal View History

<?
namespace controller\shop\sale;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'shop\Sale';
}