Example #1
0
 public User(OAuth oAuth)
 {
     _oAuth = oAuth;
 }
Example #2
0
 public T(OAuth oAuth)
 {
     _oAuth = oAuth;
 }