Ejemplo n.º 1
0
 public void ModifyTodoList(Guid listID, [FromBody] ModifyTodoListDTO dto)
 {
     _todoService.ChangeList(listID, dto.Title);
 }