Beispiel #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public SysLogController(XCLCMS.IService.WebAPI.ISysLogService sysLogService)
 {
     this.iSysLogService = sysLogService;
 }
 /// <summary>
 /// 构造
 /// </summary>
 public SysLogController(XCLCMS.IService.WebAPI.ISysLogService sysLogService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iSysLogService = sysLogService;
 }
Beispiel #3
0
 /// <summary>
 /// 构造
 /// </summary>
 public SysLogController(XCLCMS.IService.WebAPI.ISysLogService sysLogService)
 {
     sysLogService.ContextInfo = base.ContextModel;
     this.iSysLogService       = sysLogService;
 }