C# Class VendingMachine.Domain.DrinkPriceSpecification

Inheritance: IDrinkPriceSpecification
Afficher le fichier Open project: posaunehm/Codersation

Méthodes publiques

Méthode Description
GetItemPrice ( string drinkName ) : int
SetDrinkSpec ( PriceSpecification spec ) : void

Method Details

GetItemPrice() public méthode

public GetItemPrice ( string drinkName ) : int
drinkName string
Résultat int

SetDrinkSpec() public méthode

public SetDrinkSpec ( PriceSpecification spec ) : void
spec PriceSpecification
Résultat void