Interface ICommandBase
- Namespace
- Stratara.Abstractions.Mediator
- Assembly
- Stratara.Abstractions.dll
Common base for any command type. Used by infrastructure (audit, outbox) to match command instances regardless of whether they return a result.
public interface ICommandBase
- Extension Methods