Closed daniel-smith closed 2 years ago
There isn't a need for commands to have the same routing wire up as events. This can be simplified with something like:
loadedAggregate.ExecuteCommand(agg => agg.Execute(command);
There isn't a need for commands to have the same routing wire up as events. This can be simplified with something like:
loadedAggregate.ExecuteCommand(agg => agg.Execute(command);