Beispiel #1
0
        public void RemoveFixedPrice(NomenclatureFixedPrice nomenclatureFixedPrice)
        {
            if (nomenclatureFixedPrice == null)
            {
                throw new ArgumentNullException(nameof(nomenclatureFixedPrice));
            }

            fixedPriceController.DeleteFixedPrice(deliveryPoint, nomenclatureFixedPrice);
        }