Ejemplo n.º 1
0
 public ClientOneCommand1Executor(ICommandClientService Client) : base(Client)
 {
     this.Client = Client;
 }
Ejemplo n.º 2
0
 public CommandExecutor(ICommandClientService Client)
 {
     this.Client = Client;
 }
Ejemplo n.º 3
0
 public ClientTwoCommand1Executor(ICommandClientService Client) : base(Client)
 {
 }