Esempio n. 1
0
 void ApplyEvent(DogWasBorn @event)
 {
     _dogId = @event.DogId;
 }
Esempio n. 2
0
 void ApplyEvent(DogWasBorn @event)
 {
     _dogId = @event.DogId;
 }