コード例 #1
0
ファイル: Buyer.cs プロジェクト: wallaceiam/CQRS.Light
 private void ApplyEvent(NotifiedOfAcceptedOffer @event)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Buyer.cs プロジェクト: virajs/DDD.Light
 private void ApplyEvent(NotifiedOfAcceptedOffer @event)
 {
     throw new NotImplementedException();
 }