public JobsModule( IReloadingManager <AppSettings> appSettings) { _dbSettings = appSettings.Nested(x => x.NeoGasDistributor.Db).CurrentValue; _jobSettings = appSettings.Nested(x => x.NeoGasDistributor).CurrentValue; }
public ServicesModule( IReloadingManager <AppSettings> appSettings) { _jobSettings = appSettings.Nested(x => x.NeoGasDistributor).CurrentValue; }