Метод | Описание | |
---|---|---|
AddProduct ( string name, double price, int count ) : bool | ||
Report ( ) : string | ||
Trade ( string name, int count ) : bool |
Метод | Описание | |
---|---|---|
IndexOf ( string name ) : int |
public AddProduct ( string name, double price, int count ) : bool | ||
name | string | |
price | double | |
count | int | |
Результат | bool |
public Trade ( string name, int count ) : bool | ||
name | string | |
count | int | |
Результат | bool |