Example #1
0
 public GemTechController(ILogger<GemTechController> logger,GemTechConfig config,Pipe pipe)
  {
      this.config = config;
      this.bot = config.TelegramBot;
      this.logger = logger;
      this.pipe = pipe;
  }
Example #2
0
 public GemTechDataHandler(ICollection <string> keys, GemTechConfig config)
 {
     this.keys   = keys;
     this.config = config;
 }