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

TotalTranslated() public method

public TotalTranslated ( System culture, Type entityType ) : int
culture System
entityType System.Type
return int
        public int TotalTranslated(System.Globalization.CultureInfo culture, Type entityType)
        {
            return _underlyingStore.TotalTranslated(culture, entityType);
        }