Exemplo n.º 1
0
 public static async Task RunAsync(string[] args)
 {
     Startup startup = new Startup();
     await startup.RunAsync();
 }
Exemplo n.º 2
0
 public static Task Main(string[] args)
 {
     return(Startup.RunAsync(args));
 }