コード例 #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public SysLogController(XCLCMS.IService.WebAPI.ISysLogService sysLogService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iSysLogService = sysLogService;
 }
コード例 #2
0
 /// <summary>
 /// 构造
 /// </summary>
 public TagsController(XCLCMS.IService.WebAPI.ITagsService tagsService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iTagsService = tagsService;
 }
コード例 #3
0
 /// <summary>
 /// 构造
 /// </summary>
 public MerchantController(XCLCMS.IService.WebAPI.IMerchantService merchantService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iMerchantService = merchantService;
 }
コード例 #4
0
 /// <summary>
 /// 构造
 /// </summary>
 public FriendLinksController(XCLCMS.IService.WebAPI.IFriendLinksService friendLinksService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iFriendLinksService = friendLinksService;
 }
コード例 #5
0
 /// <summary>
 /// 构造
 /// </summary>
 public AttachmentController(XCLCMS.IService.WebAPI.IAttachmentService attachmentService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iAttachmentService = attachmentService;
 }
コード例 #6
0
 public OpenController(XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
 }
コード例 #7
0
 /// <summary>
 /// 构造
 /// </summary>
 public CommentsController(XCLCMS.IService.WebAPI.ICommentsService commentsService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iCommentsService = commentsService;
 }
コード例 #8
0
 /// <summary>
 /// 构造
 /// </summary>
 public AdsController(XCLCMS.IService.WebAPI.IAdsService adsService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iAdsService = adsService;
 }
コード例 #9
0
 /// <summary>
 /// 构造
 /// </summary>
 public FileInfoController(XCLCMS.IService.WebAPI.IFileInfoService fileInfoService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iFileInfoService = fileInfoService;
 }
コード例 #10
0
 /// <summary>
 /// 构造
 /// </summary>
 public UserInfoController(XCLCMS.IService.WebAPI.IUserInfoService userInfoService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iUserInfoService = userInfoService;
 }
コード例 #11
0
 /// <summary>
 /// 构造
 /// </summary>
 public ArticleController(XCLCMS.IService.WebAPI.IArticleService articleService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iArticleService = articleService;
 }
コード例 #12
0
 /// <summary>
 /// 构造
 /// </summary>
 public BaseAPIController(XCLCMS.IService.Logger.ILogService logService)
 {
     this.iLogService = logService;
 }