public class Startup { public void ConfigureServices(IServiceCollection services) { services.AddHostedService<StartupHostedService>(); } }.
確定! 回上一頁