public ChosenInlineResultHandler(ITelegramBotClient bot, RaidService raidService, IUrlHelper urlHelper, PoGoToolsClient poGoToolsClient)
 {
     myBot             = bot;
     myRaidService     = raidService;
     myUrlHelper       = urlHelper;
     myPoGoToolsClient = poGoToolsClient;
 }
Exemplo n.º 2
0
 public ChosenInlineResultHandler(RaidBattlesContext context, RaidService raidService, IUrlHelper urlHelper, PoGoToolsClient poGoToolsClient)
 {
     myContext         = context;
     myRaidService     = raidService;
     myUrlHelper       = urlHelper;
     myPoGoToolsClient = poGoToolsClient;
 }