コード例 #1
0
 public void Consume(IdentificationDocumentSettingsUpdated message)
 {
     _eventHandlers.Handle(message);
 }
コード例 #2
0
 public void Handle(IdentificationDocumentSettingsUpdated @event)
 {
     AddActivityLog(AdminActivityLogCategory.IdentificationDocumentSettings, @event);
 }