Пример #1
0
 public RepoService(string githubId)
 {
     this.githubId = githubId;
     client        = new CodeChallengeService();
 }
Пример #2
0
 public UsersService()
 {
     client = new CodeChallengeService();
 }
Пример #3
0
 public StargazerService(string githubId, IEnumerable <RepoNameModel> repo)
 {
     this.githubId = githubId;
     this.repo     = repo;
     client        = new CodeChallengeService();
 }
Пример #4
0
 public FollowersService(string githubId)
 {
     this.githubId = githubId;
     client        = new CodeChallengeService();
 }