コード例 #1
0
ファイル: comment_service.php プロジェクト: vazahat/dudex
 public function updateComment(BOL_Comment $comment)
 {
     $this->commentDao->save($comment);
 }