Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
RefactoringKatas
Refactored
Replacing_conditional_logic_with_polymorphism
Pricing
NewReleasePrice
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