コード例 #1
0
 public void createBlogComment(BlogComment comment) {
   commentDao.insert(comment);
 }