Пример #1
0
 public RemoteUpdateChecker(ISyncService syncService, GitConfig gitConfig, ISyncStateTracker syncStateTracker)
 {
     this.syncService      = syncService;
     this.gitConfig        = gitConfig;
     this.syncStateTracker = syncStateTracker;
 }
 public RemoteUpdateCheckerFactory(Option <ISyncService> syncService, GitConfig gitConfig, ISyncStateTracker syncStateTracker)
 {
     this.syncService      = syncService;
     this.gitConfig        = gitConfig;
     this.syncStateTracker = syncStateTracker;
 }