示例#1
0
        public async Task <IEnumerable <Domain.Models.Agendamento> > GetAllAsync()
        {
            var agendamentos = await _agendamentoService.ListAsync();

            return(agendamentos);
        }