public AuthService( IOptions <AppSettings> appSettings, IScopedCorrelation scopedCorrelation, IScopedCancellationToken scopedCancellationToken) { this.appSettings = appSettings.Value; this.scopedCorrelation = scopedCorrelation; this.scopedCancellationToken = scopedCancellationToken; }
public ResponseHeadersMiddleware(IScopedCorrelation scopedCorrelation) { this.scopedCorrelation = scopedCorrelation; }