Пример #1
0
 public Mirror(EventLog eventLog)
     : base(eventLog)
 {
     _hgCommandExecutor  = new HgCommandExecutor(eventLog);
     _gitCommandExecutor = new GitCommandExecutor(eventLog);
 }