Exemplo n.º 1
0
 public AnalysisCreatorController(RepositoryDbContext context, IGitCloneServices gitCloneServices, ICounterChange counterChange, IGitInitService gitInitService)
 {
     this.gitCloneServices = gitCloneServices;
     this.gitInitService   = gitInitService;
     this.counterChange    = counterChange;
     _context = context;
 }
Exemplo n.º 2
0
 //   await counterChange.CounterChangeFileInLocalrepositiry(RepoId, Path, AnalysisId);
 public GitInitController(IGitInitService gitInitService)
 {
     this.gitInitService = gitInitService;
 }