Ejemplo n.º 1
0
 public AccountController(Application.Contracts.Identity.IAuthenticationService authenticationService)
 {
     _authenticationService = authenticationService;
 }
Ejemplo n.º 2
0
 public AccountController(IAuthenticationService authenticationService)
 {
     _authenticationService = authenticationService;
 }