GoodClassService()->page(); } public function all() { return $this->GoodClassService()->all(); } public function create() { return $this->GoodClassService()->create(); } public function update() { return $this->GoodClassService()->update(); } public function delete() { return $this->GoodClassService()->delete(); } }