public class Startup { public void ConfigureServices(IServiceCollection services) { // ... services.AddScoped<ISample, Sample>(); }
確定! 回上一頁