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 |
Execute ICommand.
public interface ICommand<out TResponse> : IRequest<TResponse>, IBaseRequest
| Name | Description |
|---|---|
| TResponse |