Example #1
0
 public UrlResource(UrlshortenerService service)
 {
     this.service = service;
 }
Example #2
0
 public UrlResource(UrlshortenerService service, Google.Apis.Authentication.IAuthenticator _authenticator)
 {
     this.service        = service;
     this._authenticator = _authenticator;
 }