C# 클래스 Refactoring.Customer

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

공개 메소드들

메소드 설명
AddRental ( Rental rental ) : void
Customer ( string name ) : System.Collections.Generic
Customer ( string name, IEnumerable rentals ) : System.Collections.Generic
Customer ( string name, Rental rental ) : System.Collections.Generic

메소드 상세

AddRental() 공개 메소드

public AddRental ( Rental rental ) : void
rental Rental
리턴 void

Customer() 공개 메소드

public Customer ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

Customer() 공개 메소드

public Customer ( string name, IEnumerable rentals ) : System.Collections.Generic
name string
rentals IEnumerable
리턴 System.Collections.Generic

Customer() 공개 메소드

public Customer ( string name, Rental rental ) : System.Collections.Generic
name string
rental Rental
리턴 System.Collections.Generic