コード例 #1
0
        private CTLToggle()
        {
            this._notificationService  = new ServiceNotificationRequestBin();
            this.authenticationService = new ServiceAuthenticationDummy();
            this.authorizationService  = new ServiceAuthorizationDummy();
            UCIToggle uciT = new UCIToggle();

            this._uciToggle = uciT;

            // NOTE regist as uciT observer
            uciT.observers.Add(this);

            this._observees.Add(uciT);
        }
コード例 #2
0
 public AuthenticationController(IServiceAuthentication serviceAuthentication, IConfiguration configuration)
 {
     _serviceAuthentication = serviceAuthentication;
     _configuration         = configuration;
 }
コード例 #3
0
 public APIIntegration(IServiceAuthentication serviveAuthentication)
 {
     _serviveAuthentication = serviveAuthentication;
 }