Example #1
0
 public void DeleteRelatedItem(string project, string app, string resource, string parentid, string relatedresource, string id, string format)
 {
     try
     {
         _commonService.DeleteRelatedItem(project, app, resource, parentid, relatedresource, id, format);
     }
     catch (Exception ex)
     {
         ExceptionHandler(ex);
     }
 }