Ejemplo n.º 1
0
 /// <summary>
 /// 构造
 /// </summary>
 public CommonController(XCLCMS.IService.WebAPI.ICommonService commonService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iCommonService = commonService;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 构造
 /// </summary>
 public CommonController(XCLCMS.IService.WebAPI.ICommonService commonService)
 {
     commonService.ContextInfo = base.ContextModel;
     this.iCommonService       = commonService;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// 构造
 /// </summary>
 public CommonController(XCLCMS.IService.WebAPI.ICommonService commonService)
 {
     this.iCommonService = commonService;
 }