public BCrypterTests()
 {
     crypter = new BCrypter();
 }
Esempio n. 2
0
 public void SetUp()
 {
     crypter = new BCrypter();
 }