Пример #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public FriendLinksController(XCLCMS.IService.WebAPI.IFriendLinksService friendLinksService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iFriendLinksService = friendLinksService;
 }
Пример #2
0
 /// <summary>
 /// 构造
 /// </summary>
 public FriendLinksController(XCLCMS.IService.WebAPI.IFriendLinksService friendLinksService)
 {
     this.iFriendLinksService = friendLinksService;
 }
Пример #3
0
 /// <summary>
 /// 构造
 /// </summary>
 public FriendLinksController(XCLCMS.IService.WebAPI.IFriendLinksService friendLinksService)
 {
     friendLinksService.ContextInfo = base.ContextModel;
     this.iFriendLinksService       = friendLinksService;
 }