예제 #1
0
 public SquidexClientManagerFactory(
     IOptions <SquidexOptions> appDefault,
     IOptions <SquidexOptionsPerHost> appPerHost,
     IHttpContextAccessor httpContextAccessor)
 {
     this.appDefault          = new SquidexClientManager(appDefault.Value);
     this.appPerHost          = appPerHost.Value;
     this.httpContextAccessor = httpContextAccessor;
 }