Ejemplo n.º 1
0
 public ParameterfulCommand(CommandTypeContext context)
 {
     Context = context;
 }
Ejemplo n.º 2
0
 public ParameterfulCommand()
 {
     Context = new CommandTypeContext(GetType());
 }