Пример #1
0
        public ActionResult Index()
        {
            ViewBag.Title = "Home Page";

            // var apple = new AppleDeveloperManager();
            // apple.GetDevices();
            var signature = new SignatureManager();

            signature.GetMobileConfig();

            return(View());
        }