示例#1
0
 public void GetRelatedItem(string project, string app, string resource, string id, string related, string relatedId, string format)
 {
     try
     {
         _commonService.GetRelatedItem(project, app, resource, id, related, relatedId, format);
     }
     catch (Exception ex)
     {
         ExceptionHandler(ex);
     }
 }