StockService()->page(); } public function allByRepo() { return $this->StockService()->allByRepo(); } public function info() { return $this->StockService()->info(); } #[Get('get/good-repo')] public function getByGoodAndRepo() { return $this->StockService()->getByGoodAndRepo(); } public function export() { return $this->StockService()->export(); } }