C# Class Refactoring.NewReleasePrice

Inheritance: Price
Exibir arquivo Open project: Confirmit/Students

Public Methods

Method Description
GetFrequentPoints ( int daysRented ) : int
GetPrice ( int daysRented ) : double
GetPriceCode ( ) : TypeOfMovie

Method Details

GetFrequentPoints() public method

public GetFrequentPoints ( int daysRented ) : int
daysRented int
return int

GetPrice() public method

public GetPrice ( int daysRented ) : double
daysRented int
return double

GetPriceCode() public method

public GetPriceCode ( ) : TypeOfMovie
return TypeOfMovie