public FileProvider( IOptions <ABBOptions> options, IUniqueKeyProvider keyProvider, StringReplacer stringReplacer, ICacheManager cacheManager ) { _options = options.Value; _keyProvider = keyProvider; _stringReplacer = stringReplacer; _cacheManager = cacheManager; }
public HtmlReplacer(IOptions <ABBOptions> options, StringReplacer stringReplacer) { _options = options.Value; _stringReplacer = stringReplacer; }