Exemplo n.º 1
0
 public static DomainId AggregateId(this EnvelopeHeaders headers)
 {
     return(DomainId.Create(headers.GetString(CommonHeaders.AggregateId)));
 }
Exemplo n.º 2
0
 public static string EventPosition(this EnvelopeHeaders headers)
 {
     return(headers.GetString(CommonHeaders.EventNumber));
 }