コード例 #1
0
 public AlexaSetPowerStateController(IPremiseObject endpoint)
     : base(endpoint)
 {
     PropertyHelpers = new AlexaPower();
 }
コード例 #2
0
 public AlexaSetPowerStateController()
 {
     PropertyHelpers = new AlexaPower();
 }
コード例 #3
0
 public AlexaSetPowerStateController(AlexaSetPowerStateControllerRequest request)
     : base(request)
 {
     PropertyHelpers = new AlexaPower();
 }