Table of Contents

Class ViaCepService

Namespace
JJMasterData.Brasil.Services
Assembly
JJMasterData.Brasil.dll
public class ViaCepService : ICepService
Inheritance
ViaCepService
Implements
Inherited Members

Constructors

ViaCepService(HttpClient)

public ViaCepService(HttpClient httpClient)

Parameters

httpClient HttpClient

Methods

SearchCepAsync(string)

public Task<CepResult> SearchCepAsync(string cep)

Parameters

cep string

Returns

Task<CepResult>