예제 #1
0
 public static Guid EventId(this EnvelopeHeaders headers)
 {
     return(headers.GetGuid(CommonHeaders.EventId));
 }
예제 #2
0
 public static Guid AggregateId(this EnvelopeHeaders headers)
 {
     return(headers.GetGuid(CommonHeaders.AggregateId));
 }