コード例 #1
0
 public BCrypterTests()
 {
     crypter = new BCrypter();
 }
コード例 #2
0
ファイル: BCrypterTests.cs プロジェクト: olegil/MVC.Template
 public void SetUp()
 {
     crypter = new BCrypter();
 }