Exemple #1
0
 public void Search(string project, string app, string resource, string query, string format, int start, int limit, string sortOrder, string sortBy, string indexStyle)
 {
     try
     {
         _commonService.Search(project, app, resource, query, format, start, limit, sortOrder, sortBy, indexStyle);
     }
     catch (Exception ex)
     {
         ExceptionHandler(ex);
     }
 }