コード例 #1
0
 private void When(SeatCountForLicenseChanged @event)
 {
     // Question: Should we guard against applying events with the wrong aggregate identity here?
     this.seats = @event.Seats;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: PeddleM/btw-samples
 private void When(SeatCountForLicenseChanged @event)
 {
     // Question: Should we guard against applying events with the wrong aggregate identity here?
     this.seats = @event.Seats;
 }