Esempio n. 1
0
 /**
  * @param  Comment $comment
  */
 public function remove(Comment $comment)
 {
     $this->repository->remove($comment);
 }