public BCrypterTests()
 {
     crypter = new BCrypter();
 }
Exemple #2
0
 public void SetUp()
 {
     crypter = new BCrypter();
 }