lcl před 1 rokem
rodič
revize
6914e52afa
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      Controllers/HomeController.cs

+ 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";
+        }
+
     }
 }