예제 #1
0
 public TokenController(IBaseApiManager BaseApiManager, IInterfaceAccountService InterfaceAccountService, IInterfaceAccessTokenService InterfaceAccessTokenService, IInterfaceAccessWhiteListService InterfaceAccessWhiteListService) : base(BaseApiManager)
 {
     this.BaseApiManager                  = BaseApiManager;
     this.InterfaceAccountService         = InterfaceAccountService;
     this.InterfaceAccessTokenService     = InterfaceAccessTokenService;
     this.InterfaceAccessWhiteListService = InterfaceAccessWhiteListService;
 }
 public SysInterfaceAccountController(IBaseManager BaseManager, IInterfaceAccountService InterfaceAccountService, IInterfaceAccessWhiteListService InterfaceAccessWhiteListService) : base(BaseManager)
 {
     this.BaseManager                     = BaseManager;
     this.InterfaceAccountService         = InterfaceAccountService;
     this.InterfaceAccessWhiteListService = InterfaceAccessWhiteListService;
 }