C# Class RefactoringKatas.Refactored.Replacing_conditional_logic_with_polymorphism.Pricing.RegularPrice

Inheritance: IPrice
Afficher le fichier Open project: jcbozonier/Refactoring-Katas

Méthodes publiques

Méthode Description
Charge ( IPayingCustomer customer, int daysRented ) : void

Method Details

Charge() public méthode

public Charge ( IPayingCustomer customer, int daysRented ) : void
customer IPayingCustomer
daysRented int
Résultat void