Exemplo n.º 1
0
Arquivo: Card.cs Projeto: kimsk/Kanban
 void Apply(CardCreated e)
 {
     this.Id = e.AggregateId;
 }
Exemplo n.º 2
0
 void Apply(CardCreated e)
 {
     this.Id = e.AggregateId;
 }