Ejemplo n.º 1
0
 public AuthenticationProvider(AccountService accountService)
 {
     _accountService = accountService;
 }
Ejemplo n.º 2
0
 public AccountController(AccountService accountService, ReCaptchaService reCaptchaService)
 {
     _accountService = accountService;
     _reCaptchaService = reCaptchaService;
 }