Ejemplo n.º 1
0
 public PaymentLogController(IPaymentLogService loggingService)
 {
     _loggingService = loggingService;
 }
Ejemplo n.º 2
0
 public PaymentLogConsumer(IMapper mapper, IPaymentLogService paymentLogService)
 {
     _mapper            = mapper;
     _paymentLogService = paymentLogService;
 }