Пример #1
0
 public Smashcast(ISmashcastManager smashcastManager, MessagingService messagingService, IOptions <BotSettings> botSettings, FileService fileService)
     : base(botSettings)
 {
     _smashcastManager = smashcastManager;
     _messagingService = messagingService;
     _botSettings      = botSettings.Value;
     _fileService      = fileService;
 }
Пример #2
0
 public Smashcast()
 {
     _smashcastManager = new SmashcastManager();
 }