예제 #1
0
 /**
  * @param $version_id
  * @return mixed
  */
 public function getVersionById($version_id)
 {
     return $this->repository->getVersionById($version_id);
 }