public TicketDealLogController(IDealLogService loggingService)
 {
     _loggingService = loggingService;
 }
예제 #2
0
 public TicketDealLogConsumer(IMapper mapper, IDealLogService dealLogService)
 {
     _mapper         = mapper;
     _dealLogService = dealLogService;
 }