Exemplo n.º 1
0
 public TagSourcefileCommandHandler(IGithubRepositoryRepository githubRepository)
 {
     _githubRepository = githubRepository;
 }
 public ImportRepositoryCommandHandler(IGithubRepositoryRepository githubRepositoryRepository)
 {
     _githubRepositoryRepository = githubRepositoryRepository;
 }