Method | Description | |
---|---|---|
AddDrinks ( IEnumerable |
||
DrinkStocker ( ) : System.Collections.Generic | ||
HasItem ( string drinkName ) : bool | ||
Take ( string drinkName ) : Drink |
Method | Description | |
---|---|---|
ThrowExceptionIfItemNotFound ( string drinkName ) : void |
public AddDrinks ( IEnumerable |
||
drinks | IEnumerable |
|
return | void |
public DrinkStocker ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |