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