Пример #1
0
 /// <summary>
 /// 追加评论
 /// </summary>
 public static void Append(List <AppendCommentModel> models)
 {
     _commentService.AppendComment(models);
 }