Interface ICommand<TResponse>
Execute ICommand.
Namespace: MediatorForge.CQRS.Commands
Assembly: MediatorForge.dll
Syntax
public interface ICommand<out TResponse> : IRequest<TResponse>, IBaseRequest
Type Parameters
Name | Description |
---|---|
TResponse |