C# Class Customer.CustomerUserInterface

Afficher le fichier Open project: BjRo/LearningRhinoServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
CoffeeRush ( string name ) : void
ShouldPayForDrink ( string name, decimal amount ) : bool

Method Details

CoffeeRush() public méthode

public CoffeeRush ( string name ) : void
name string
Résultat void

ShouldPayForDrink() public méthode

public ShouldPayForDrink ( string name, decimal amount ) : bool
name string
amount decimal
Résultat bool