Interface ICommand
- Namespace
- BytLabs.Application.CQS.Commands
- Assembly
- BytLabs.Application.dll
Represents a command that does not return a value. Implements both IRequest from MediatR and ICommandBase for command handling.
public interface ICommand : IRequest, IBaseRequest, ICommandBase