AccidentalFish.ApplicationSupport.Core.Components.Implementation.ApplicationResourceSettingProvider.SqlConnectionString C# (CSharp) 메소드

SqlConnectionString() 공개 메소드

public SqlConnectionString ( IComponentIdentity componentIdentity ) : string
componentIdentity IComponentIdentity
리턴 string
        public string SqlConnectionString(IComponentIdentity componentIdentity)
        {
            return _configuration[_nameProvider.SqlConnectionString(componentIdentity)];
        }