Esempio n. 1
0
 /// <summary>
 /// 构造
 /// </summary>
 public SysRoleController(XCLCMS.IService.WebAPI.ISysRoleService sysRoleService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iSysRoleService = sysRoleService;
 }
Esempio n. 2
0
 /// <summary>
 /// 构造
 /// </summary>
 public SysRoleController(XCLCMS.IService.WebAPI.ISysRoleService sysRoleService)
 {
     this.iSysRoleService = sysRoleService;
 }
Esempio n. 3
0
 /// <summary>
 /// 构造
 /// </summary>
 public SysRoleController(XCLCMS.IService.WebAPI.ISysRoleService sysRoleService)
 {
     sysRoleService.ContextInfo = base.ContextModel;
     this.iSysRoleService       = sysRoleService;
 }