void ApplyEvent(DogWasBorn @event)
 {
     _dogId = @event.DogId;
 }
Beispiel #2
0
 void ApplyEvent(DogWasBorn @event)
 {
     _dogId = @event.DogId;
 }