コード例 #1
0
 private async Task <CepDto> FindExternal(string cep)
 {
     return(await _viaCepService.Find(cep));
 }