Esempio n. 1
0
 private bool InsertMoney(double value, EMoneyType moneyType)
 {
     return(MachineState.InsertMoney(value, moneyType));
 }