Esempio n. 1
0
  @Override
  public int updateComment(Comment comment) {

    return commentDao.updateByPrimaryKeySelective(comment);
  }