C# Class WithNoisyStatePattern.OnlineTakeawayOrder

Mostra file Open project: elbandit/PPPDDD

Public Methods

Method Description
Cook ( ) : void
Deliver ( ) : void
OnlineTakeawayOrder ( System.Guid id, Address address ) : System
Package ( ) : void
TakeOutOfOven ( ) : void

Method Details

Cook() public method

public Cook ( ) : void
return void

Deliver() public method

public Deliver ( ) : void
return void

OnlineTakeawayOrder() public method

public OnlineTakeawayOrder ( System.Guid id, Address address ) : System
id System.Guid
address Address
return System

Package() public method

public Package ( ) : void
return void

TakeOutOfOven() public method

public TakeOutOfOven ( ) : void
return void