예제 #1
0
파일: Card.cs 프로젝트: kimsk/Kanban
 void Apply(CardCreated e)
 {
     this.Id = e.AggregateId;
 }
예제 #2
0
 void Apply(CardCreated e)
 {
     this.Id = e.AggregateId;
 }