Exemplo n.º 1
0
 public IntegrationEvent(IntegrationEvent integrationEvent)
 {
     Id           = integrationEvent.Id;
     CreationDate = integrationEvent.CreationDate;
 }
Exemplo n.º 2
0
 public EventContext(IntegrationEvent integrationEvent) : base(integrationEvent)
 {
 }