示例#1
0
 public Comment GetCommentById(int commentId)
 {
     return(_commentDal.GetCommentById(commentId));
 }