コード例 #1
0
 public int AddComment(CommentEntity comment)
 {
     return(_commentDal.AddComment(comment));
 }