Exemplo n.º 1
0
 public PairProfitHandler(ProfitAndLossService profitAndLossService, ILogger <PairProfitHandler> log, IMicroBus bus)
 {
     _profitAndLossService = profitAndLossService;
     _log = log;
     _bus = bus;
 }
Exemplo n.º 2
0
 public PairProfitHandler(ProfitAndLossService profitAndLossService, IMicroBus bus)
 {
     _profitAndLossService = profitAndLossService;
     _bus = bus;
 }