13 lines
161 B
PHP
13 lines
161 B
PHP
<?
|
|
|
|
namespace controller\vcard\product;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'vcard\Product';
|
|
|
|
}
|
|
|