Exemple #1
0
 public bool DeductionGold(int id, int gold)
 {
     return(_userDal.DeductionGold(id, gold));
 }