Exemplo n.º 1
0
 private void Apply(UserUpdated @event)
 {
 }
Exemplo n.º 2
0
 private void Apply(UserUpdated @event)
 {
     Name = @event.Name;
 }