Ejemplo n.º 1
0
 public async Task <Repository> ForkRepository(long repositoryId, GitHubClient authorizedGithubClient)
 {
     return(await _repoRepository.ForkRepository(repositoryId, authorizedGithubClient));
 }