예제 #1
0
 public AccountAppService(
     UserRegistrationManager userRegistrationManager, ICaptchaServiceClient captchaServiceClient,
     UserManager userManager, IAbpSession abpSession, LogInManager logInManager,
     IPasswordHasher <User> passwordHasher)
 {
     _userRegistrationManager = userRegistrationManager;
     _captchaServiceClient    = captchaServiceClient;
     _userManager             = userManager;
     _abpSession     = abpSession;
     _logInManager   = logInManager;
     _passwordHasher = passwordHasher;
 }
 public CaptchaServiceClient_Tests()
 {
     _captchaServiceClient = new CaptchaServiceClient();
 }