Esempio n. 1
0
 public IndexModel(ILogger <IndexModel> logger,
                   IGetConfiguration getConfiguration,
                   IUpdateServicesToTriggerMerge updateServicesToTriggerMerge,
                   ISaveConfiguration saveConfiguration)
 {
     _logger                       = logger;
     _getConfiguration             = getConfiguration;
     _updateServicesToTriggerMerge = updateServicesToTriggerMerge;
     _saveConfiguration            = saveConfiguration;
 }
 public GetConfigurationCached(IMemoryCache cache, IGetConfiguration getConfiguration)
 {
     _cache            = cache;
     _getConfiguration = getConfiguration;
 }