Esempio n. 1
0
 public User(OAuth oAuth)
 {
     _oAuth = oAuth;
 }
Esempio n. 2
0
 public T(OAuth oAuth)
 {
     _oAuth = oAuth;
 }