예제 #1
0
 public static async Task Main(string[] args)
 => await HostBootstrap.RunHostAsync <Startup>(args);
예제 #2
0
 public static IHostBuilder CreateHostBuilder(string[] args)
 => HostBootstrap.CreateHostBuilder <Startup>(args);