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