![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A ICommandHandle for working with DtoCommand<TAuthenticationToken,TDto>. More...
Public Member Functions | |
DtoCommandHandler (IUnitOfWork< TAuthenticationToken > unitOfWork) | |
Instantiates a new instance of DtoCommandHandler<TAuthenticationToken,TDto> More... | |
void | Handle (DtoCommand< TAuthenticationToken, TDto > message) |
Responds to the provided message . More... | |
A ICommandHandle for working with DtoCommand<TAuthenticationToken,TDto>.
TAuthenticationToken | The Type of authentication token. |
TDto | The Type of IDto this command targets. |
TDto | : | IDto |