C# 클래스 Agathas.Storefront.Shopping.Model.Baskets.BasketPricingService

파일 보기 프로젝트 열기: elbandit/PPPDDD

공개 메소드들

메소드 설명
BasketPricingService ( IBasketRepository basketRepository, IPromotionsRepository promotions_repository ) : System
calculate_total_price_for ( IEnumerable items, IEnumerable coupons ) : BasketPricingBreakdown

메소드 상세

BasketPricingService() 공개 메소드

public BasketPricingService ( IBasketRepository basketRepository, IPromotionsRepository promotions_repository ) : System
basketRepository IBasketRepository
promotions_repository IPromotionsRepository
리턴 System

calculate_total_price_for() 공개 메소드

public calculate_total_price_for ( IEnumerable items, IEnumerable coupons ) : BasketPricingBreakdown
items IEnumerable
coupons IEnumerable
리턴 BasketPricingBreakdown