Ejemplo n.º 1
0
 public CommandAttribute(VisualGitCommand command, VisualGitCommandContext context)
     : this(command)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public CommandMapper(IVisualGitServiceProvider context, VisualGitCommandContext commandContext)
     : this(context)
 {
     _commandContext = commandContext;
 }