ZocMonLib.SetupSystemTables.SetupSystemTables C# (CSharp) Method

SetupSystemTables() public method

public SetupSystemTables ( IDataCache cache, IStorageCommandsSetup storageFactory, ISettings settings ) : System
cache IDataCache
storageFactory IStorageCommandsSetup
settings ISettings
return System
        public SetupSystemTables(IDataCache cache, IStorageCommandsSetup storageFactory, ISettings settings)
        {
            _logger = settings.LoggerProvider.CreateLogger(typeof(SetupSystemTables));
            _cache = cache;
            _storageCommands = storageFactory;
            _settings = settings;
        }