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