ICommandContext.cs 127 B

123456
  1. namespace Quadarax.Foundation.Core.QConsole.Context
  2. {
  3. public interface ICommandContext : IQConsoleContext
  4. {
  5. }
  6. }