public NpgsqlSettingsSchemaProvider(ISettingsSchemaStorage storage)
        {
            if (storage == null) throw new ArgumentNullException(nameof(storage));

            _storage = storage;
        } 
Esempio n. 2
0
 public Schemas(ISettingsSchemaStorage storage)
 {
     _storage = storage;
 }