Exemplo n.º 1
0
 public async Task <ResultDto <AtendimentoDto> > Post([FromBody] AtendimentoDto atendimentoDto)
 {
     return(await _atendimentoService.Create(atendimentoDto));
 }