StatLight.Core.WebServer.ResponseFactory.ResponseFactory C# (CSharp) 메소드

ResponseFactory() 공개 메소드

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