Ejemplo n.º 1
0
 public PessoaTipoService()
 {
     httpClient             = new HttpClient();
     httpClient.BaseAddress = new System.Uri(enderecoServico);
     autenticaService       = new AutenticaService();
 }
Ejemplo n.º 2
0
 public ContaBancariaService()
 {
     httpClient             = new HttpClient();
     httpClient.BaseAddress = new System.Uri(enderecoServico);
     autenticaService       = new AutenticaService();
 }
Ejemplo n.º 3
0
 public EstadoCivilService()
 {
     httpClient             = new HttpClient();
     httpClient.BaseAddress = new System.Uri(enderecoServico);
     autenticaService       = new AutenticaService();
 }
Ejemplo n.º 4
0
 public GeneroSocialService()
 {
     httpClient             = new HttpClient();
     httpClient.BaseAddress = new System.Uri(enderecoServico);
     autenticaService       = new AutenticaService();
 }