Ejemplo n.º 1
0
 public ActionResult <List <AgendamentoDTO> > GetAll()
 {
     return(Ok(_agendamentoService.GetAll()));
 }