private function item() { if (is_numeric(app::getargs())) { $service = new \min\service\product(); $service->item(app::getargs()); } }
private function category() { if (is_numeric(app::getargs())) { $service = new \min\service\product(); $service->category(app::getargs()); } }