Exemple #1
0
 public TextResource(FreebaseService service)
 {
     this.service = service;
 }
Exemple #2
0
 public TextResource(FreebaseService service, Google.Apis.Authentication.IAuthenticator _authenticator)
 {
     this.service        = service;
     this._authenticator = _authenticator;
 }