Метод | Описание | |
---|---|---|
AddLine ( string sku, uint quantity ) : void | ||
Create ( System.Guid id ) : void | ||
PlaceOrder ( ) : void |
Метод | Описание | |
---|---|---|
AddProduct ( string sku, uint quantity ) : void | ||
Apply ( |
||
Apply ( |
||
OrderHasProducts ( ) : bool | ||
OrderIncludesProduct ( string sku ) : bool |
public AddLine ( string sku, uint quantity ) : void | ||
sku | string | |
quantity | uint | |
Результат | void |