Example #1
0
 /// <summary>
 /// 根据问题ID获取点赞数最多的评论
 /// </summary>
 /// <param name="questionId"></param>
 /// <returns></returns>
 public _Comment GetNiceComment(long questionId, long?bestanswerid)
 {
     return(ModelConvertHelper <_Comment> .ConverToModel(dal.GetNiceComment(questionId, bestanswerid)));
 }