C# Class RefactoringSample.Rental

显示文件 Open project: Confirmit/Students

Public Methods

Method Description
GetCharge ( ) : double
GetFrequentPoints ( ) : int
Rental ( Movie movie )

Method Details

GetCharge() public method

public GetCharge ( ) : double
return double

GetFrequentPoints() public method

public GetFrequentPoints ( ) : int
return int

Rental() public method

public Rental ( Movie movie )
movie Movie