C# Class Restbucks.Service.Domain.Order

Afficher le fichier Open project: SzymonPobiega/restbucks-wcf Class Usage Examples

Méthodes publiques

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

Method Details

CalculateTotal() public méthode

public CalculateTotal ( ) : decimal
Résultat decimal

Order() public méthode

public Order ( Location location, IEnumerable items ) : System
location Location
items IEnumerable
Résultat System

Pay() public méthode

public Pay ( PaymentInformation paymentInformation ) : void
paymentInformation PaymentInformation
Résultat void

Prepare() public méthode

public Prepare ( ) : void
Résultat void

Take() public méthode

public Take ( ) : void
Résultat void