예제 #1
0
 public void DadoQueTenhaUmDDACadastradoComEnderecoCompleto(string NOMEFANTASIA, string NOMECOMPLETO, string CPF, string ASSOCIACAO, string ADMINISTRADOR,
                                                            string DATANASCIMENTO, string LOGRADOURO, string BAIRRO, string CIDADE, string UF, string CEP)
 {
     TelaCadastroDDA.Navegar();
     TelaCadastroDDA.CadastrarDDA(NOMEFANTASIA, NOMECOMPLETO, CPF, ASSOCIACAO, ADMINISTRADOR, DATANASCIMENTO);
     TelaCadastroDDA.CadastrarEnderecoDDA(LOGRADOURO, BAIRRO, CIDADE, UF, CEP);
     TelaCadastroDDA.ValidarEnderecoDeDDA(LOGRADOURO);
 }