Exemplo n.º 1
0
        public void HandleAsync(ConfigSavedEvent message)
        {
            var rss = _scheduledTaskRepository.GetDefinition(typeof(RssSyncCommand));

            rss.Interval = _configService.RssSyncInterval;
            _scheduledTaskRepository.Update(rss);
        }