Kooboo.Commerce.Multilingual.Storage.CachedTranslactionStore.TotalTranslated C# (CSharp) 메소드

TotalTranslated() 공개 메소드

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