コード例 #1
0
 public CanUserRecoverPassword()
 {
     _fixture         = new PasswordFixture();
     this._connection = _fixture.GetConnection();
 }
コード例 #2
0
 public ReturnExceptionWrongOldPassword()
 {
     _fixture         = new PasswordFixture();
     this._connection = _fixture.GetConnection();
 }