Agathas.Storefront.Shopping.Model.Promotions.Promotion.calculate_discount_for C# (CSharp) Метод

calculate_discount_for() публичный Метод

public calculate_discount_for ( IEnumerable items ) : Agathas.Storefront.Common.Money
items IEnumerable
Результат Agathas.Storefront.Common.Money
        public Money calculate_discount_for(IEnumerable<BasketItem> items)
        {
            throw new NotImplementedException();
        }