Ejemplo n.º 1
0
 public void Delete(int id)
 {
     try
     {
         departureService.DeleteDeparture(id);
     }
     catch (System.Exception)
     {
         HttpContext.Response.StatusCode = 404;
     }
 }