public ResponsePJPrata()
 {
     this.Controle        = new Entidades.Cadastral.Controle();
     this.DadosCadastrais = new Entidades.Cadastral.DadosCadastraisPJ();
     this.Enderecos       = new List <Endereco>();
     this.Telefones       = new List <Telefone>();
     this.CNAE            = new List <CNAE>();
     this.QSA             = new List <QSA>();
     this.ResponseStatus  = new ResponseStatus();
 }
 public Response()
 {
     this.Controle        = new Entidades.Cadastral.Controle();
     this.DadosCadastrais = new Entidades.Cadastral.DadosCadastrais();
     this.Emails          = new List <Email>();
     this.Enderecos       = new List <Endereco>();
     this.PEP             = new PEP();
     this.Telefones       = new List <Telefone>();
     this.Vinculos        = new List <Vinculo>();
     this.ResponseStatus  = new ResponseStatus();
 }