meraproject/module/vcard/balance/controller.php

14 lines
162 B
PHP
Raw Permalink Normal View History

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