public GitManager() { _repositoriesService = new RepositoriesService(); _branchService = new BranchService(); _commitService = new CommitService(); _gitService = new GitService(); }
public CommitService() { _repositoriesService = new RepositoriesService(); _branchService = new BranchService(); _context = new MongoDbContext(); }