public SetShippingMethodController(ISetShippingMethodService setShippingMethodService, CartModel cartModel)
 {
     _setShippingMethodService = setShippingMethodService;
     _cartModel = cartModel;
 }
Exemple #2
0
 public SetShippingMethodController(ISetShippingMethodService setShippingMethodService)
 {
     _setShippingMethodService = setShippingMethodService;
 }