Exemple #1
0
 public RepoService(string githubId)
 {
     this.githubId = githubId;
     client        = new CodeChallengeService();
 }
 public UsersService()
 {
     client = new CodeChallengeService();
 }
 public StargazerService(string githubId, IEnumerable <RepoNameModel> repo)
 {
     this.githubId = githubId;
     this.repo     = repo;
     client        = new CodeChallengeService();
 }
Exemple #4
0
 public FollowersService(string githubId)
 {
     this.githubId = githubId;
     client        = new CodeChallengeService();
 }