Class CommandHandlerBase<TCommand>
the base class from which all CommandHandler<TCommand> classes inherit from
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public abstract class CommandHandlerBase<TCommand> : ValidationContext<TCommand>
Type Parameters
Name | Description |
---|---|
TCommand | the type of the command |