Пример #1
0
 public ExcelExportHandler(TradeExportService tradeExportService, IMicroBus bus)
 {
     _tradeExportService = tradeExportService;
     _bus = bus;
 }
Пример #2
0
 public ExcelExportHandler(TradeExportService tradeExportService, IMicroBus bus, TelegramBot bot)
 {
     _tradeExportService = tradeExportService;
     _bus = bus;
     _bot = bot;
 }