C# Class Agathas.Storefront.Shopping.Model.Baskets.BasketPricingService

Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
BasketPricingService ( IBasketRepository basketRepository, IPromotionsRepository promotions_repository ) : System
calculate_total_price_for ( IEnumerable items, IEnumerable coupons ) : BasketPricingBreakdown

Method Details

BasketPricingService() public méthode

public BasketPricingService ( IBasketRepository basketRepository, IPromotionsRepository promotions_repository ) : System
basketRepository IBasketRepository
promotions_repository IPromotionsRepository
Résultat System

calculate_total_price_for() public méthode

public calculate_total_price_for ( IEnumerable items, IEnumerable coupons ) : BasketPricingBreakdown
items IEnumerable
coupons IEnumerable
Résultat BasketPricingBreakdown