Example #1
0
 public async Task <IActionResult> ObterEndereco(string cep)
 => CustomResponse(await _cepService.ObterEndereco(cep));