コード例 #1
0
ファイル: Index.cshtml.cs プロジェクト: HenrikDK/MergeOpenApi
 public IndexModel(ILogger <IndexModel> logger,
                   IGetConfiguration getConfiguration,
                   IUpdateServicesToTriggerMerge updateServicesToTriggerMerge,
                   ISaveConfiguration saveConfiguration)
 {
     _logger                       = logger;
     _getConfiguration             = getConfiguration;
     _updateServicesToTriggerMerge = updateServicesToTriggerMerge;
     _saveConfiguration            = saveConfiguration;
 }
コード例 #2
0
 public GetConfigurationCached(IMemoryCache cache, IGetConfiguration getConfiguration)
 {
     _cache            = cache;
     _getConfiguration = getConfiguration;
 }