C# Класс RefactorLibrary.Customer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Customer ( string name ) : System.Collections.Generic
Customer ( string name, List rentals ) : System.Collections.Generic

Приватные методы

Метод Описание
GetBonusProfit ( ) : double
GetTotalCharge ( ) : double

Описание методов

Customer() публичный Метод

public Customer ( string name ) : System.Collections.Generic
name string
Результат System.Collections.Generic

Customer() публичный Метод

public Customer ( string name, List rentals ) : System.Collections.Generic
name string
rentals List
Результат System.Collections.Generic