在ASP.NET Core 使用EF Core DbContext 的標準姿勢是在Startup.ConfigureServices() 用services.AddDbContextPool<MyDbContext>(options => { options ...
確定! 回上一頁