Kooboo.Commerce.Multilingual.Storage.CachedTranslactionStore.CachedTranslactionStore C# (CSharp) Méthode

CachedTranslactionStore() public méthode

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

Same methods

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