C# 클래스 CodeDojo.Model.Cashier

파일 보기 프로젝트 열기: Betclic/CodingDojo-Katas 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Product product ) : void
AddPromotion ( Promotion promotion ) : void
Cashier ( ) : System
Cashier ( string countryCode ) : System
ToString ( ) : string
Total ( ) : int

비공개 메소드들

메소드 설명
GetRemise ( ) : int

메소드 상세

Add() 공개 메소드

public Add ( Product product ) : void
product Product
리턴 void

AddPromotion() 공개 메소드

public AddPromotion ( Promotion promotion ) : void
promotion Promotion
리턴 void

Cashier() 공개 메소드

public Cashier ( ) : System
리턴 System

Cashier() 공개 메소드

public Cashier ( string countryCode ) : System
countryCode string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Total() 공개 메소드

public Total ( ) : int
리턴 int