Exemple #1
0
 public string GetOrgTree()
 {
     return(JsonHelper.Instance.Serialize(_orgService.GetTreeModels(CurrentUser.OrgFullPath, CurrentUser.OrgId ?? 0)));
 }