Пример #1
0
 protected void DeactivateSceneCommandHandler(DeactivateSceneCommand cmd)
 {
     _sceneService.DeactivateScene(cmd.sceneID);
 }