Exemplo n.º 1
0
 void StObjConstruct(AuthScopeSetTable scopeSetTable, UserGitHubTable googleTable)
 {
     _scopeSetTable = scopeSetTable;
     _googleTable   = googleTable;
 }
Exemplo n.º 2
0
 void StObjConstruct(AuthScopeSetTable scopeSetTable, UserTwitterTable TwitterTable)
 {
     _scopeSetTable = scopeSetTable;
     _TwitterTable  = TwitterTable;
 }
Exemplo n.º 3
0
 void Construct(AuthScopeSetTable scopeSetTable, UserGoogleTable googleTable)
 {
     _scopeSetTable = scopeSetTable;
     _googleTable   = googleTable;
 }
 void StObjConstruct(AuthScopeSetTable scopeSetTable, UserFacebookTable facebookTable)
 {
     _scopeSetTable = scopeSetTable;
     _facebookTable = facebookTable;
 }