Program.cs 64 B

1234
  1. WebApplication
  2. .CreateBuilder(args)
  3. .Build()
  4. .Run();