StatLight.Core.WebServer.ResponseFactory.ResponseFactory C# (CSharp) Method

ResponseFactory() public method

public ResponseFactory ( ICurrentStatLightConfiguration currentStatLightConfiguration ) : System
currentStatLightConfiguration ICurrentStatLightConfiguration
return System
        public ResponseFactory(ICurrentStatLightConfiguration currentStatLightConfiguration)
        {
            _currentStatLightConfiguration = currentStatLightConfiguration;
        }