Ejemplo n.º 1
0
 public void Handle(UserRegistrationStarted c)
 {
     _store.InsertUser(c.AggregateIdentifier, c.Name, c.Password, "Started");
 }