Esempio n. 1
0
 public async Task <Answer> AddAnswerAsync(Guid id, [FromBody] Answer answer)
 => await service.AddAnswerAsync(id, answer);