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