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