Пример #1
0
 public void Handle(SeriesImportedEvent message)
 {
     if (!_updatedAfterStartup)
     {
         UpdateMappings();
     }
 }
Пример #2
0
 public void Handle(SeriesImportedEvent message)
 {
     _commandQueueManager.PushMany(message.SeriesIds.Select(s => new RefreshSeriesCommand(s, true)).ToList());
 }