public async Task <ResultDto <IEnumerable <AtendimentoDto> > > GetAll(int?estabelecimentoId) { return(await _atendimentoService.ObterTodos(estabelecimentoId)); }