Exemple #1
0
 public DefaultPasswordGenerator(IDbSettingsReader settings)
 {
     this.PasswordSalt = settings.GetPasswordSalt();
 }