Ejemplo n.º 1
0
 protected void EnableInputCommandHandler(EnableInputCommand cmd)
 {
     _inputService.EnableInput(cmd.enable);
 }