public AccountController( )
 {
     _sampleUser = new SampleUser( );
     _googleTwoWayAuthenticator = new GoogleTwoWayAuthenticator( );
 }
Пример #2
0
 public AccountController( )
 {
     _sampleUser = new SampleUser( );
     _googleTwoWayAuthenticator = new GoogleTwoWayAuthenticator( );
 }