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