Update Model.cs
Added the CoinType enum
This commit is contained in:
parent
9db7c2e4bc
commit
b57eed5e79
1 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,14 @@
|
||||||
namespace CoffeeVendingMachines;
|
namespace CoffeeVendingMachines;
|
||||||
|
|
||||||
public class Model
|
public class Model
|
||||||
{
|
{
|
||||||
|
enum CoinType
|
||||||
|
{
|
||||||
|
Cent05
|
||||||
|
Cent10
|
||||||
|
Cent20
|
||||||
|
Cent50
|
||||||
|
Euro01
|
||||||
|
Euro02
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue