Exemplo n.º 1
0
 public SqlDialectsServerConfigurationCreator(
     IConfigurationStorage storage,
     ISchemaInstaller installer)
 {
     _storage   = storage;
     _installer = installer;
 }
Exemplo n.º 2
0
 public WorkerServerUpgrader(
     ISchemaInstaller installer,
     IConfigurationStorage storage,
     Options options)
 {
     _installer = installer;
     _storage   = storage;
     _options   = options;
 }