Interface ICommand
A marker interface that specifies an intention to do something (e.g. change the state).
public interface ICommand : IRequest, IMetadata
- Inherited Members
- Extension Methods
A marker interface that specifies an intention to do something (e.g. change the state).
public interface ICommand : IRequest, IMetadata