Пример #1
0
 public GitCommitFilesAction(ActionContext context, CommandLineClient gitClient)
 {
     Guard.That(context).IsNotNull();
     Guard.That(gitClient).IsNotNull();
     this.context = context;
     this.gitClient = gitClient;
 }
Пример #2
0
 public GitCommitFilesAction(ActionContext context, CommandLineClient gitClient)
 {
     Guard.That(context).IsNotNull();
     Guard.That(gitClient).IsNotNull();
     this.context   = context;
     this.gitClient = gitClient;
 }