public static StoreDictionary GetStoreDictionary(JSONDataStore store) { var storeDictionary = new StoreDictionary(store); storeDictionary.LoadDictionary(); return(storeDictionary); }
private StoreDictionary(JSONDataStore store) { _store = store; }