C# Class SampleApplication.Domain.DiscountCalculation.TieredDiscountStrategy

Inheritance: IDiscountStrategy
Afficher le fichier Open project: ChrisEdwards/Fluency

Méthodes publiques

Méthode Description
GetDiscount ( double totalAmount ) : double
TieredDiscountStrategy ( IList discountTiers ) : System.Collections.Generic

Method Details

GetDiscount() public méthode

public GetDiscount ( double totalAmount ) : double
totalAmount double
Résultat double

TieredDiscountStrategy() public méthode

public TieredDiscountStrategy ( IList discountTiers ) : System.Collections.Generic
discountTiers IList
Résultat System.Collections.Generic