Exemplo n.º 1
0
 public function updateComment(BOL_Comment $comment)
 {
     $this->commentDao->save($comment);
 }