HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture
http://hwyfwk.com
MIT License
72 stars 30 forks source link

allow Commands to execute commands #115

Closed dhwed closed 6 years ago

dhwed commented 6 years ago

The Command class's ContextQuery property is an Action<IReadOnlyUnitOfWork> instead of an Action<IUnitOfWork>, which is preventing Commands from being able to modify the database.

trayburn commented 6 years ago

Accepted, it will be in the next drop. Thanks for the update.