public ApplyRedCard(IOrderPayment orderPayment) : base(orderPayment) { _price = orderPayment.GetPrice(); }
public ApplyCouponCode(IOrderPayment orderPayment) : base(orderPayment) { _price = orderPayment.GetPrice(); }