Ejemplo n.º 1
0
        public ActionResult AdminNotExistWhileFirstLocationSetup()
        {
            ViewBag.Country = _ICommonMethod.GetAllcountries();
            //ViewBag.StateList = _ICommonMethod.GetStateByCountryID(eTracDefaultCountry);
            ViewBag.LocationTypeList = _ICommonMethod.GetGlobalCodeDataList("LOCATIONTYPE");
            ViewBag.Services         = _ICommonMethod.GetAllServices();
            ViewBag.JobTitleList     = _ICommonMethod.GetGlobalCodeData("UserJobTitle");
            ViewBag.UpdateMode       = false;

            return(View("AdminInitialSetup"));
        }