Пример #1
0
 @DELETE
 @Path("{id}")
 public void deleteCurso(@PathParam("id") Long id) {
   cursoLogicService.deleteCurso(id);
 }