示例#1
0
 private void ApplyEvent(NotifiedOfAcceptedOffer @event)
 {
     throw new NotImplementedException();
 }
示例#2
0
文件: Buyer.cs 项目: virajs/DDD.Light
 private void ApplyEvent(NotifiedOfAcceptedOffer @event)
 {
     throw new NotImplementedException();
 }