Kooboo.Commerce.Multilingual.Storage.CachedTranslactionStore.CachedTranslactionStore C# (CSharp) Method

CachedTranslactionStore() public method

public CachedTranslactionStore ( ITranslationStore underlyingStore ) : System
underlyingStore ITranslationStore
return System
        public CachedTranslactionStore(ITranslationStore underlyingStore)
            : this(underlyingStore, new[] { typeof(Brand), typeof(Category), typeof(ProductType) })
        {
        }

Same methods

CachedTranslactionStore::CachedTranslactionStore ( ITranslationStore underlyingStore, IEnumerable typesToCache ) : System