Пример #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public UserCenterController(XCLCMS.IService.WebAPI.IUserCenterService userCenterService)
 {
     this.iUserCenterService = userCenterService;
 }
 /// <summary>
 /// 构造
 /// </summary>
 public UserCenterController(XCLCMS.IService.WebAPI.IUserCenterService userCenterService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iUserCenterService = userCenterService;
 }