Пример #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public CommentsController(XCLCMS.IService.WebAPI.ICommentsService commentsService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iCommentsService = commentsService;
 }
Пример #2
0
 /// <summary>
 /// 构造
 /// </summary>
 public CommentsController(XCLCMS.IService.WebAPI.ICommentsService commentsService)
 {
     this.iCommentsService = commentsService;
 }