Ejemplo n.º 1
0
 public void GetPicklists(string project, string app, string format)
 {
     try
     {
         _commonService.GetPicklists(project, app, format);
     }
     catch (Exception ex)
     {
         ExceptionHandler(ex);
     }
 }