Nimbus.Infrastructure.PathFactory.PathFactory C# (CSharp) Метод

PathFactory() публичный Метод

public PathFactory ( GlobalPrefixSetting globalPrefix ) : System
globalPrefix GlobalPrefixSetting
Результат System
        public PathFactory(GlobalPrefixSetting globalPrefix)
        {
            _globalPrefix = (globalPrefix.Value == string.Empty)
                ? string.Empty
                : $"{globalPrefix.Value}.";
        }