예제 #1
0
 public void GerarCodigoESenha()
 {
     Codigo = Geradores.GerarCodigoValido();
     Senha  = Geradores.GerarSenha();
 }
예제 #2
0
 public string GerarSenha()
 {
     return(Geradores.GerarSenha());
 }