C# Class RefactorLibrary.Customer

Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Customer ( string name ) : System.Collections.Generic
Customer ( string name, List rentals ) : System.Collections.Generic

Private Methods

Method Description
GetBonusProfit ( ) : double
GetTotalCharge ( ) : double

Method Details

Customer() public method

public Customer ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

Customer() public method

public Customer ( string name, List rentals ) : System.Collections.Generic
name string
rentals List
return System.Collections.Generic