public AccountController( )
 {
     _sampleUser = new SampleUser( );
     _googleTwoWayAuthenticator = new GoogleTwoWayAuthenticator( );
 }
Beispiel #2
0
 public AccountController( )
 {
     _sampleUser = new SampleUser( );
     _googleTwoWayAuthenticator = new GoogleTwoWayAuthenticator( );
 }