Exemple #1
0
 public string GetSubOrgs(QueryOrgReq req)
 {
     req.fullpath = CurrentUser.OrgFullPath;
     return(JsonHelper.Instance.Serialize(_orgService.GetSubOrgs(req)));
 }