Method | Description | |
---|---|---|
AddProduct ( string name, double price, int count ) : bool | ||
Report ( ) : string | ||
Trade ( string name, int count ) : bool |
Method | Description | |
---|---|---|
IndexOf ( string name ) : int |
public AddProduct ( string name, double price, int count ) : bool | ||
name | string | |
price | double | |
count | int | |
return | bool |
public Trade ( string name, int count ) : bool | ||
name | string | |
count | int | |
return | bool |