Exemplo n.º 1
0
        public HJsonResult AddSave(SoftProjectAreaEntityDomain domain)
        {
            if (domain.Item.ParentCA_CaseCategoryID == null)
            {
                domain.Item.ParentCA_CaseCategoryID = 0;
            }
            ModularOrFunCode           = "CaseArea.CA_CaseCategory.Add";
            domain.Design_ModularOrFun = Design_ModularOrFun;
            var resp = domain.AddSave();

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