コード例 #1
0
 public PaypalResponseController(IOrchardServices services, IPaypalExpressServices paypalExpressServices, IOrderService orderService, IPaypalTransactionService paypalTransactionService, IWebshopSettingsService webshopSettings)
 {
     _services = services;
     _paypalExpressServices = paypalExpressServices;
     _orderService = orderService;
     _paypalTransactionService = paypalTransactionService;
     _webshopSettings = webshopSettings;
 }
コード例 #2
0
 public PaypalResponseController(IOrchardServices services, IPaypalExpressServices paypalExpressServices, IOrderService orderService, IPaypalTransactionService paypalTransactionService, IWebshopSettingsService webshopSettings)
 {
     _services = services;
     _paypalExpressServices    = paypalExpressServices;
     _orderService             = orderService;
     _paypalTransactionService = paypalTransactionService;
     _webshopSettings          = webshopSettings;
 }