C# 클래스 RefactorLibrary.Customer

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
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