Exemplo n.º 1
0
 public AuthenticationController(IGoogleAuthenticator googleAuthenticator)
 {
     _googleAuthenticator = googleAuthenticator;
 }