Example #1
0
File: Card.cs Project: kimsk/Kanban
 void Apply(CardCreated e)
 {
     this.Id = e.AggregateId;
 }
Example #2
0
 void Apply(CardCreated e)
 {
     this.Id = e.AggregateId;
 }