Example #1
0
 public void Execute(ResetApiKeyCommand message)
 {
     SetValue("ApiKey", GenerateApiKey());
 }
 public void Execute(ResetApiKeyCommand message)
 {
     SetValue("ApiKey", GenerateApiKey());
     _eventAggregator.PublishEvent(new ApiKeyChangedEvent());
 }