Nimbus.Infrastructure.PathFactory.PathFactory C# (CSharp) Méthode

PathFactory() public méthode

public PathFactory ( GlobalPrefixSetting globalPrefix ) : System
globalPrefix GlobalPrefixSetting
Résultat System
        public PathFactory(GlobalPrefixSetting globalPrefix)
        {
            _globalPrefix = (globalPrefix.Value == string.Empty)
                ? string.Empty
                : $"{globalPrefix.Value}.";
        }