var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddHostedService<VideosWatcher>();} ...
確定! 回上一頁