Пример #1
0
        public PartialViewResult GeneratSetting()
        {
            var model = new GeneralSettingViewModel();

            model.SnapTolerance = _SettingBL.getSettingAsInt(DataAccess.Logic.SettingBL.SettingParameters.SnapTolorance, "SYSTEM");

            return(PartialView(model));
        }