Exemplo n.º 1
0
 void Apply(IEvent <RegistrationId> e)
 {
     _state.Mutate(e);
     Changes.Add(e);
 }