메소드 | 설명 | |
---|---|---|
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 |