Пример #1
0
 public FollowersGenerator(string apiKey, Core.IStater stater = null)
     : base(apiKey, stater)
 {
 }
Пример #2
0
 public FollowersGenerator(Google.Apis.Authentication.IAuthenticator auth, Core.IStater stater = null)
     : base(auth, stater)
 {
 }