Пример #1
0
        public ActionResult LogIn(string returnUrl)
        {
            var model = new AccountModel
            {
                ReturnUrl = returnUrl
            };

            try
            {
                _SettingBL.ConfigSpatialLogic();
            }
            catch (Exception ex)
            {
            }

            return(View(model));
        }