AspNet5.Controllers.TestController.TestController C# (CSharp) 메소드

TestController() 공개 메소드

public TestController ( ILoggerFactory loggerFactory ) : System.Collections.Generic
loggerFactory ILoggerFactory
리턴 System.Collections.Generic
        public TestController(ILoggerFactory loggerFactory)
        {
            _logger = loggerFactory.CreateLogger("TestController");
        }
TestController