meraproject/module/vcard/buy/controller.php

14 lines
154 B
PHP
Raw Normal View History

<?
namespace controller\vcard\buy;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'vcard\Buy';
}