Beispiel #1
0
        public string GetAllChildTree([FromUri] long OrgId)
        {
            var result = CorrespondenceSettingsService.GetAllChildTree(OrgId);

            return(DCHelper.ModelListToJson <OrganizeModel>(result, result.Count));
        }