Esempio n. 1
0
 public BoletoService(IBoletoGatewayFactory boletoGatewayFactory,
                      IPaymentHubContext context,
                      IMediator mediator,
                      IMapper mapper)
 {
     _boletoGatewayFactory = boletoGatewayFactory;
     _context  = context;
     _mediator = mediator;
     _mapper   = mapper;
 }
Esempio n. 2
0
 public CreateTransactionCommandHandler(IPaymentHubContext context)
 {
     _context = context;
 }