Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <Estabelecimento> > > GetEstabelecimento()
 {
     return(Ok(await _estabelecimentoService.Listar()));
 }