Ejemplo n.º 1
0
 public InitialDialog(IGetCoinmarketCapService getCoinmarketCapService, IGetRandonGiphyService getRandonGiphyService, IGetLuisResult getLuisResult)
 {
     _getRandomGiphyService   = getRandonGiphyService;
     _getCoinmarketCapService = getCoinmarketCapService;
     _getLuisResult           = getLuisResult;
 }
Ejemplo n.º 2
0
 public DialogueFactory(IGetCoinmarketCapService getCoinmarketCapService, IGetRandonGiphyService getRandonGiphyService, IGetLuisResult getLuisResult)
 {
     _getCoinmarketCapService = getCoinmarketCapService;
     _getRandonGiphyService   = getRandonGiphyService;
     _getLuisResult           = getLuisResult;
 }