Ejemplo n.º 1
0
 public ExcelExportHandler(TradeExportService tradeExportService, IMicroBus bus)
 {
     _tradeExportService = tradeExportService;
     _bus = bus;
 }
Ejemplo n.º 2
0
 public ExcelExportHandler(TradeExportService tradeExportService, IMicroBus bus, TelegramBot bot)
 {
     _tradeExportService = tradeExportService;
     _bus = bus;
     _bot = bot;
 }