コード例 #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));
 }