Ejemplo n.º 1
0
 public void GetRelatedList(string project, string app, string resource, string id, string related, string format, int start, int limit, string sortOrder, string sortBy, string indexStyle)
 {
     try
     {
         _commonService.GetRelatedList(project, app, resource, id, related, format, start, limit, sortOrder, sortBy, indexStyle);
     }
     catch (Exception ex)
     {
         ExceptionHandler(ex);
     }
 }