lcl 1 жил өмнө
parent
commit
6914e52afa

+ 6 - 0
Controllers/HomeController.cs

@@ -197,5 +197,11 @@ namespace MySystem.Controllers
             return "ok";
         }
 
+        public string lsprize(int id)
+        {
+            StatService.Instance.activePrizeWithoutDeposit6(id);
+            return "ok";
+        }
+
     }
 }