@lilymaybenichou commented on Sat Mar 28 2020
In the last code sample I think this
public async Task<ActionResult<TodoItem>> CreateTodoItem(TodoItemDTO todoItemDTO)
// should become
public async Task<ActionResult<TodoItemDTO>> CreateTodoItem(TodoItemDTO todoItemDTO)
Détails du document
⚠ Ne pas modifier cette section. C’est obligatoire pour docs.microsoft.com ➟ Liaison des problèmes GitHub.
@srvbpigh commented on Sat Mar 28 2020
Hello, @lilymaybenichou
Thank you for your feedback.
We are actively reviewing your comments and will get back to you soon.
Kind regards,
Microsoft DOCS International Team
@lilymaybenichou commented on Sat Mar 28 2020
In the last code sample I think this
Détails du document
⚠ Ne pas modifier cette section. C’est obligatoire pour docs.microsoft.com ➟ Liaison des problèmes GitHub.
@srvbpigh commented on Sat Mar 28 2020
Hello, @lilymaybenichou
Thank you for your feedback.
We are actively reviewing your comments and will get back to you soon.
Kind regards,
Microsoft DOCS International Team