Example #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public TagsController(XCLCMS.IService.WebAPI.ITagsService tagsService)
 {
     this.iTagsService = tagsService;
 }
Example #2
0
 /// <summary>
 /// 构造
 /// </summary>
 public TagsController(XCLCMS.IService.WebAPI.ITagsService tagsService)
 {
     tagsService.ContextInfo = base.ContextModel;
     this.iTagsService       = tagsService;
 }
Example #3
0
 /// <summary>
 /// 构造
 /// </summary>
 public TagsController(XCLCMS.IService.WebAPI.ITagsService tagsService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iTagsService = tagsService;
 }