C# Class Restbucks.Service.Domain.Order

Datei anzeigen Open project: SzymonPobiega/restbucks-wcf Class Usage Examples

Public Methods

Method Description
CalculateTotal ( ) : decimal
Order ( Location location, IEnumerable items ) : System
Pay ( PaymentInformation paymentInformation ) : void
Prepare ( ) : void
Take ( ) : void

Method Details

CalculateTotal() public method

public CalculateTotal ( ) : decimal
return decimal

Order() public method

public Order ( Location location, IEnumerable items ) : System
location Location
items IEnumerable
return System

Pay() public method

public Pay ( PaymentInformation paymentInformation ) : void
paymentInformation PaymentInformation
return void

Prepare() public method

public Prepare ( ) : void
return void

Take() public method

public Take ( ) : void
return void