Esempio n. 1
0
 public void RunCommand(ACommand command)
 {
     command.InjectModelRegister(this._modelRegister);
     command.Execute();
 }