Method | Description | |
---|---|---|
Charge ( IPayingCustomer customer ) : void | ||
CreateMovieRentalWithRegularPriceCode ( int daysRented ) : |
||
MovieRental ( int daysRented, IMovie movie ) : RefactoringKatas.Refactored.Replacing_conditional_logic_with_polymorphism.Pricing |
public Charge ( IPayingCustomer customer ) : void | ||
customer | IPayingCustomer | |
return | void |
public static CreateMovieRentalWithRegularPriceCode ( int daysRented ) : |
||
daysRented | int | |
return |
public MovieRental ( int daysRented, IMovie movie ) : RefactoringKatas.Refactored.Replacing_conditional_logic_with_polymorphism.Pricing | ||
daysRented | int | |
movie | IMovie | |
return | RefactoringKatas.Refactored.Replacing_conditional_logic_with_polymorphism.Pricing |