Galen.Ci.EntityFramework.Deployer.ConfigurationArgumentMapper.ConfigurationArgumentMapper C# (CSharp) Method

ConfigurationArgumentMapper() public method

public ConfigurationArgumentMapper ( IDeploymentConfigurationStore configStore ) : System.Linq
configStore IDeploymentConfigurationStore
return System.Linq
        public ConfigurationArgumentMapper(IDeploymentConfigurationStore configStore)
        {
            m_ConfigStore = configStore;
        }