Ejemplo n.º 1
0
 public CommentsApi(GithubContext githubContext)
 {
     this.githubContext = githubContext;
 }
Ejemplo n.º 2
0
 public IssuesApi(GithubContext githubContext)
 {
     this.githubContext = githubContext;
 }