Ejemplo n.º 1
0
 public AlexaSession()
 {
     Application = new AlexaApplication();
     Attributes  = new AlexaAttributes();
     User        = new AlexaUser();
 }
Ejemplo n.º 2
0
 public AlexaSystem()
 {
     Application = new AlexaApplication();
     User        = new AlexaUser();
     Device      = new AlexaDevice();
 }