Пример #1
0
 public AuthenticationProvider(AccountService accountService)
 {
     _accountService = accountService;
 }
Пример #2
0
 public AccountController(AccountService accountService, ReCaptchaService reCaptchaService)
 {
     _accountService = accountService;
     _reCaptchaService = reCaptchaService;
 }