示例#1
0
 public AuthenticationProvider(AccountService accountService)
 {
     _accountService = accountService;
 }
示例#2
0
 public AccountController(AccountService accountService, ReCaptchaService reCaptchaService)
 {
     _accountService = accountService;
     _reCaptchaService = reCaptchaService;
 }