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

Inheritance: IPrice
ファイルを表示 Open project: jcbozonier/Refactoring-Katas

Public Methods

Method Description
Charge ( IPayingCustomer customer, int daysRented ) : void

Method Details

Charge() public method

public Charge ( IPayingCustomer customer, int daysRented ) : void
customer IPayingCustomer
daysRented int
return void