Méthode | Description | |
---|---|---|
AddStock ( Money money ) : void | ||
CanReturnJustMoneyIfUsed ( int amount ) : bool | ||
Insert ( Money money ) : void | ||
MoneyStocker ( ) : System.Collections.Generic | ||
MoneyStocker ( IMoneyAcceptor acceptor ) : System.Collections.Generic | ||
PayBack ( ) : IEnumerable |
||
TakeMoney ( int usedAmount ) : void |
Méthode | Description | |
---|---|---|
EnumurateMoneyUpTo ( int amount ) : IEnumerable |
public CanReturnJustMoneyIfUsed ( int amount ) : bool | ||
amount | int | |
Résultat | bool |
public MoneyStocker ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public MoneyStocker ( IMoneyAcceptor acceptor ) : System.Collections.Generic | ||
acceptor | IMoneyAcceptor | |
Résultat | System.Collections.Generic |