コード例 #1
0
ファイル: Picarto.cs プロジェクト: kyroskoh/CouchBot
 public Picarto(IPicartoManager picartoManager, IOptions <BotSettings> botSettings, FileService fileService) : base(botSettings)
 {
     _picartoManager = picartoManager;
     _botSettings    = botSettings.Value;
     _fileService    = fileService;
 }
コード例 #2
0
 public Picarto()
 {
     _picartoManager = new PicartoManager();
 }