Example #1
0
 public AuthenticationController(IGoogleAuthenticator googleAuthenticator)
 {
     _googleAuthenticator = googleAuthenticator;
 }