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