Owl\Services\StockService::getStockList PHP 메소드

getStockList() 공개 메소드

Get stock lists.
public getStockList ( $user_id ) : array
$user_id int user_id
리턴 array
    public function getStockList($user_id)
    {
        return $this->stockRepo->getStockList($user_id);
    }