Ejemplo n.º 1
0
 public WePayController(IOrderService orderService, IWorkContext workContext, IWePayService wePayService, IWCCommonService commonService, IWCHelper helper)
 {
     _orderService  = orderService;
     _workContext   = workContext;
     _wePayService  = wePayService;
     _commonService = commonService;
     _helper        = helper;
 }
Ejemplo n.º 2
0
 public WePayController(IOrderService orderService, IWorkContext workContext, IWePayService wePayService, IWCCommonService commonService, IWCHelper helper)
 {
     _orderService = orderService;
     _workContext = workContext;
     _wePayService = wePayService;
     _commonService = commonService;
     _helper = helper;
 }