Interface ICommand
- Namespace
- SimpleMediator
- Assembly
- SimpleMediator.dll
Convenience command variant that does not return an explicit payload.
public interface ICommand : ICommand<Unit>, IRequest<Unit>
Convenience command variant that does not return an explicit payload.
public interface ICommand : ICommand<Unit>, IRequest<Unit>