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