Пример #1
0
 public void UpdateComment(Comment comment)
 {
     _commentDao.UpdateComment(comment);
 }