Example #1
0
 public async Task <ActionResult <IEnumerable <Agendamentos> > > GetAgendamentos()
 {
     return(Ok(await _agendamentoService.ListarTodos()));
 }