Пример #1
0
 public AnalysisCreatorController(RepositoryDbContext context, IGitCloneServices gitCloneServices, ICounterChange counterChange, IGitInitService gitInitService)
 {
     this.gitCloneServices = gitCloneServices;
     this.gitInitService   = gitInitService;
     this.counterChange    = counterChange;
     _context = context;
 }
Пример #2
0
 public AnalysisController(RepositoryDbContext context, ICounterChange counterChange)
 {
     this.counterChange = counterChange;
     _context           = context;
 }