public InformationSkillSpeechlet()
 {
     _informationSkillSerive = new InformationSkillService();
     _logService             = new LogService();
 }
Beispiel #2
0
 public CoreTemperatureSkillSpeechlet()
 {
     _informationSkillSerive = new InformationSkillService();
     _logService             = new LogService();
 }