Пример #1
0
 public AlexaSetSceneController(IPremiseObject endpoint)
     : base(endpoint)
 {
     PropertyHelpers = new AlexaScene();
 }
Пример #2
0
 public AlexaSetSceneController()
 {
     PropertyHelpers = new AlexaScene();
 }
Пример #3
0
 public AlexaSetSceneController(AlexaSetSceneControllerRequest request)
     : base(request)
 {
     PropertyHelpers = new AlexaScene();
 }