예제 #1
0
파일: WebPath.cs 프로젝트: y2ket/AppServer
        public WebPathSettings(Configuration.Storage storage)
        {
            var section = storage;

            if (section != null)
            {
                Appenders = section.Appender;
            }
        }
예제 #2
0
 public StorageFactoryConfig(IServiceProvider serviceProvider)
 {
     Section = serviceProvider.GetService <Configuration.Storage>();
 }