C# 클래스 Restbucks.Service.Domain.Order

파일 보기 프로젝트 열기: SzymonPobiega/restbucks-wcf 1 사용 예제들

공개 메소드들

메소드 설명
CalculateTotal ( ) : decimal
Order ( Location location, IEnumerable items ) : System
Pay ( PaymentInformation paymentInformation ) : void
Prepare ( ) : void
Take ( ) : void

메소드 상세

CalculateTotal() 공개 메소드

public CalculateTotal ( ) : decimal
리턴 decimal

Order() 공개 메소드

public Order ( Location location, IEnumerable items ) : System
location Location
items IEnumerable
리턴 System

Pay() 공개 메소드

public Pay ( PaymentInformation paymentInformation ) : void
paymentInformation PaymentInformation
리턴 void

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

Take() 공개 메소드

public Take ( ) : void
리턴 void