Interface ICommandContextAccessor
- Namespace
- Cratis.Applications.Commands
- Assembly
- Cratis.Applications.dll
Provides access to the current CommandContext.
public interface ICommandContextAccessor
- Extension Methods
Properties
Current
Gets the current CommandContext.
CommandContext Current { get; }