Esempio n. 1
0
 public Travel(IStorageService storageService, IIntentFinder intentFinder)
 {
     this.storageService = storageService;
     this.intentFinder   = intentFinder;
 }
Esempio n. 2
0
 public AlexaController(IIntentFinder intentFinder, IStorageService storageService)
 {
     this.IntentFinder   = intentFinder;
     this.storageService = storageService;
 }
Esempio n. 3
0
 public AlexaController(IIntentFinder intentFinder)
 {
     this.IntentFinder = intentFinder;
 }