Exemplo n.º 1
0
 public async Task <ResultDto <AtendimentoDto> > Get(int id)
 {
     return(await _atendimentoService.ObterPorId(id));
 }