예제 #1
0
 public async Task <ResultDto <EstabelecimentoDto> > ObterPorUrl(string url)
 {
     return(await _estabelecimentoService.ObterPorUrl(url));
 }