public AlexaSession()
 {
     Application = new AlexaApplication();
     Attributes  = new AlexaAttributes();
     User        = new AlexaUser();
 }
Exemple #2
0
 public AlexaSystem()
 {
     Application = new AlexaApplication();
     User        = new AlexaUser();
     Device      = new AlexaDevice();
 }