示例#1
0
        public ClientStore(IClientConfigurationContext <TKey> context)
        {
            if (context == null)
            {
                throw new ArgumentNullException("context");
            }

            this.context = context;
        }
 public ClientConfigurationCorsPolicyService(IClientConfigurationContext <TKey> ctx)
 {
     context = ctx;
 }