|
@@ -70,7 +70,7 @@ namespace MySystem
|
|
|
{
|
|
{
|
|
|
BeforeDeposit = int.Parse(pos.PrizeParams);
|
|
BeforeDeposit = int.Parse(pos.PrizeParams);
|
|
|
}
|
|
}
|
|
|
- decimal amount = decimal.Parse("199");
|
|
|
|
|
|
|
+ decimal amount = decimal.Parse(DepositId);
|
|
|
pos.PrizeParams = amount.ToString("f0");
|
|
pos.PrizeParams = amount.ToString("f0");
|
|
|
db.SaveChanges();
|
|
db.SaveChanges();
|
|
|
}
|
|
}
|