CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Validates an ICommand<TAuthenticationToken> on its own merits. More...
Public Member Functions | |||
bool | IsCommandValid (TCommand command) | ||
Validates the provided
| |||
Validates an ICommand<TAuthenticationToken> on its own merits.
TCommand | : | ICommand<TAuthenticationToken> |