Beispiel #1
0
 public int DepositCoin(int coinId)
 {
     return(_coinService.DepositCoin(coinId));
 }