Пример #1
0
 public async Task AddIllness([FromBody] IllnessDTO illnessDTO)
 {
     await _illnessService.Add(illnessDTO);
 }