예제 #1
0
 public StargazerService(string gitId, IEnumerable <RepositoryNameModel> repository)
 {
     this.gitId      = gitId;
     this.repository = repository;
     client          = new CodeChallengeClient();
 }
예제 #2
0
 public FollowersService(string gitId)
 {
     this.gitId = gitId;
     client     = new CodeChallengeClient();
 }
예제 #3
0
 public RepositoryService(string gitId)
 {
     this.gitId = gitId;
     client     = new CodeChallengeClient();
 }