コード例 #1
0
 public function getAllArticlesPair()
 {
     return $this->articleRepository->findPairsByLang(Languages::CS);
 }