Example #1
0
 public LoginQueryHandler(CredencialesAuthenticator auth)
 {
     this._authenticator = auth;
 }
Example #2
0
 public LoginQueryHandler(CredencialesAuthenticator auth, ITokenGenerator tokenGen)
 {
     this._authenticator  = auth;
     this._tokenGenerator = tokenGen;
 }