public void Handle(SeriesImportedEvent message) { if (!_updatedAfterStartup) { UpdateMappings(); } }
public void Handle(SeriesImportedEvent message) { _commandQueueManager.PushMany(message.SeriesIds.Select(s => new RefreshSeriesCommand(s, true)).ToList()); }