示例#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));
 }