public void Consume(IdentificationDocumentSettingsUpdated message)
 {
     _eventHandlers.Handle(message);
 }
Ejemplo n.º 2
0
 public void Handle(IdentificationDocumentSettingsUpdated @event)
 {
     AddActivityLog(AdminActivityLogCategory.IdentificationDocumentSettings, @event);
 }