Exemple #1
0
 public void GetPicklist(string project, string app, string name, string format, int start, int limit)
 {
     try
     {
         _commonService.GetPicklist(project, app, name, format, start, limit);
     }
     catch (Exception ex)
     {
         ExceptionHandler(ex);
     }
 }