@@ -503,6 +503,14 @@ class NewsService extends AbstractServiceClient implements NewsServiceInterface
{
return $this->__request(__FUNCTION__, $data);
}
+ /**
+ * @param array $data
+ * @return mixed
+ */
+ public function getWebsiteJobSelect(array $data)
+ {
+ return $this->__request(__FUNCTION__, $data);
+ }
/**
* @param array $data
* @return mixed