Exemple #1
0
 public GitService(IGitStrategy gitStrategy)
 {
     this.gitStrategy = gitStrategy;
 }
Exemple #2
0
		public GitService (IGitStrategy gitStrategy)
		{
			this.gitStrategy = gitStrategy;
		}