Example #1
0
 public PayPalButtonHandler(Page page, TemplateUic uic, IPayPalButtonRepository payPalButtonRepository)
     : base(page, uic)
 {
     _payPalButtonRepository = payPalButtonRepository;
 }
 public PayPalButtonsController(IPayPalButtonRepository buttonRep)
 {
     _buttonRep = buttonRep;
 }