示例#1
0
 public GitManager()
 {
     _repositoriesService = new RepositoriesService();
     _branchService       = new BranchService();
     _commitService       = new CommitService();
     _gitService          = new GitService();
 }
示例#2
0
 public CommitService()
 {
     _repositoriesService = new RepositoriesService();
     _branchService       = new BranchService();
     _context             = new MongoDbContext();
 }