public TicketDealLogController(IDealLogService loggingService)
 {
     _loggingService = loggingService;
 }
Esempio n. 2
0
 public TicketDealLogConsumer(IMapper mapper, IDealLogService dealLogService)
 {
     _mapper         = mapper;
     _dealLogService = dealLogService;
 }