コード例 #1
0
 public InitialDialog(IGetCoinmarketCapService getCoinmarketCapService, IGetRandonGiphyService getRandonGiphyService, IGetLuisResult getLuisResult)
 {
     _getRandomGiphyService   = getRandonGiphyService;
     _getCoinmarketCapService = getCoinmarketCapService;
     _getLuisResult           = getLuisResult;
 }
コード例 #2
0
 public DialogueFactory(IGetCoinmarketCapService getCoinmarketCapService, IGetRandonGiphyService getRandonGiphyService, IGetLuisResult getLuisResult)
 {
     _getCoinmarketCapService = getCoinmarketCapService;
     _getRandonGiphyService   = getRandonGiphyService;
     _getLuisResult           = getLuisResult;
 }