Пример #1
0
        public HJsonResult EditSave(SoftProjectAreaEntityDomain domain)
        {
            if (domain.Item.ParentCA_CaseCategoryID == null)
            {
                domain.Item.ParentCA_CaseCategoryID = 0;
            }
            ModularOrFunCode           = "CaseArea.CA_CaseCategory.Edit";
            domain.Design_ModularOrFun = Design_ModularOrFun;

            var resp = domain.EditSave();

            domain.CA_CaseCategory_UpdateCache();
            return(new HJsonResult(new { Data = resp }));
        }