예제 #1
0
        public static void SubMain(string[] args)
        {
            var configurationServiceProvider = ServiceProviderHelper.GetEmptyServiceProvider();

            var host = Host.New().UseStartup <Startup02, IHost>(configurationServiceProvider);

            host.Run();
        }