Ejemplo n.º 1
0
 public BotController(IBotFrameworkHttpAdapter adapter, BylinasBot bylinasBot,
                      SphereOfWorldsBot sphereOfWorldsBot, BylinasService bylinasService,
                      SphereOfWorldsService sphereOfWorldsService)
 {
     _adapter               = adapter;
     _bylinasBot            = bylinasBot;
     _sphereOfWorldsBot     = sphereOfWorldsBot;
     _bylinasService        = bylinasService;
     _sphereOfWorldsService = sphereOfWorldsService;
 }
Ejemplo n.º 2
0
 public SphereOfWorldsBot(SphereOfWorldsService sphereOfWorldsService)
 {
     _sphereOfWorldsService = sphereOfWorldsService;
 }