C# Class VendingMachine.Model.MoneyExtensions

Mostra file Open project: posaunehm/Codersation

Public Methods

Method Description
TotalAmount ( this inPool ) : int
Value ( this inMoney ) : int

Method Details

TotalAmount() public static method

public static TotalAmount ( this inPool ) : int
inPool this
return int

Value() public static method

public static Value ( this inMoney ) : int
inMoney this
return int