Пример #1
0
 public async Task Put(int id, [FromBody] IllnessDTO illnessDTO)
 {
     await _illnessService.Update(id, illnessDTO);
 }