C# Class RefactorLibrary.Movie

Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Movie ( string title, Price priceCode ) : System

Private Methods

Method Description
GetBonusProfit ( int daysRented ) : int
GetCharge ( int daysRented ) : double

Method Details

Movie() public method

public Movie ( string title, Price priceCode ) : System
title string
priceCode Price
return System