Beispiel #1
0
 public InitializerService(
     IUpdaterStore updaterStore,
     IServerRegistryStore serverRegistryStore)
 {
     // TODO: Pick these up from reflection and auto initialize
     this.updaterStore        = updaterStore;
     this.serverRegistryStore = serverRegistryStore;
 }
Beispiel #2
0
 public UpdaterService(IUpdaterStore updaterStore)
 {
     this.updaterStore = updaterStore;
 }