C# Class OrderProcessorSample.OrderProcessor

Exibir arquivo Open project: henriksen/TDDWorkshop Class Usage Examples

Public Methods

Method Description
OrderProcessor ( INotify notify ) : System
Ship ( Order order ) : void

Method Details

OrderProcessor() public method

public OrderProcessor ( INotify notify ) : System
notify INotify
return System

Ship() public method

public Ship ( Order order ) : void
order Order
return void