You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Unit of Work pattern library that defines units of work for any type of project where business rules can be useful. Defines WorkAction objects to encapsulate a unit of work, a WorkRule class to define rules that must pass in order for the WorkAction to complete, etc.