Пример #1
0
 @PUT
 @Path("{id}")
 public void updateCurso(@PathParam("id") Long id, CursoDTO curso) {
   cursoLogicService.updateCurso(curso);
 }