Пример #1
0
        public ActionResult STRegisterUser()
        {
            sTService = new STServices();
            string json = "{\"userId\": \"[email protected]\", \"password\": \"@925Stream\", \"licenseKey\": \"JSWYAV-NZRKVF-IAFFVX-PTRYCO\"}";

            sTService.RegisterUser(json);
            return(View());
        }