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