Example #1
0
 public Dictionary <string, Object> GetByParentId(int parentId)
 {
     try
     {
         Dictionary <string, Object> dic = CommonRequest.ApiGetByParentId(parentId);
         return(dic);
     }
     catch (Exception e)
     {
         return(null);
     }
 }