C# Class RefactorLibrary.Customer

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
Customer ( string name ) : System.Collections.Generic
Customer ( string name, List rentals ) : System.Collections.Generic

Private Methods

Méthode Description
GetBonusProfit ( ) : double
GetTotalCharge ( ) : double

Method Details

Customer() public méthode

public Customer ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

Customer() public méthode

public Customer ( string name, List rentals ) : System.Collections.Generic
name string
rentals List
Résultat System.Collections.Generic