Finally we need to register our service in the Startup class. public void ConfigureServices(IServiceCollection services) { services.AddSingleton<IService, ...
確定! 回上一頁