public BotController(IBotFrameworkHttpAdapter adapter, BylinasBot bylinasBot, SphereOfWorldsBot sphereOfWorldsBot, BylinasService bylinasService, SphereOfWorldsService sphereOfWorldsService) { _adapter = adapter; _bylinasBot = bylinasBot; _sphereOfWorldsBot = sphereOfWorldsBot; _bylinasService = bylinasService; _sphereOfWorldsService = sphereOfWorldsService; }
public SphereOfWorldsBot(SphereOfWorldsService sphereOfWorldsService) { _sphereOfWorldsService = sphereOfWorldsService; }