コード例 #1
0
 public function persist(Article $article)
 {
     $this->repository->persist($article);
 }