Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
OrderProcessorSample
OrderProcessor
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