Example #1
0
 public void Create(CreateSchema command)
 {
     RaiseEvent(command, new SchemaCreated {
         SchemaId = NamedId.Of(command.SchemaId, command.Name), Schema = command.ToSchema()
     });
 }