C# 클래스 RefactoringKatas.Refactored.Replacing_conditional_logic_with_polymorphism.Pricing.RegularPrice

상속: IPrice
파일 보기 프로젝트 열기: jcbozonier/Refactoring-Katas

공개 메소드들

메소드 설명
Charge ( IPayingCustomer customer, int daysRented ) : void

메소드 상세

Charge() 공개 메소드

public Charge ( IPayingCustomer customer, int daysRented ) : void
customer IPayingCustomer
daysRented int
리턴 void