Пример #1
0
 public async Task <ResultDto <AgendamentoDto> > Get(int id)
 {
     return(await _agendamentoService.ObterPorId(id));
 }