Ejemplo n.º 1
0
 public UplataController(IUplataService service)
 {
     _service = service;
 }
Ejemplo n.º 2
0
 public UplataController(IStripeService stripeService, IUplataService uplataService)
 {
     StripeService = stripeService;
     UplataService = uplataService;
 }