Exemple #1
0
 public BranchInfo(RepositoryInfo repository, GitHubApi.GitHubBranch branch)
 {
     Repository = repository;
     Source     = branch;
 }