示例#1
0
文件: Card.cs 项目: kimsk/Kanban
 void Apply(CardCreated e)
 {
     this.Id = e.AggregateId;
 }
示例#2
0
 void Apply(CardCreated e)
 {
     this.Id = e.AggregateId;
 }