mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-31 05:41:48 +00:00
Fixed basicsample
This commit is contained in:
@@ -95,8 +95,7 @@ namespace BasicSample
|
|||||||
.AddDbContext<ApplicationDbContext>((provider, options) => {
|
.AddDbContext<ApplicationDbContext>((provider, options) => {
|
||||||
options
|
options
|
||||||
.UseSqlite(dbConnection)
|
.UseSqlite(dbConnection)
|
||||||
.UseProjectables()
|
.UseProjectables();
|
||||||
.UseInternalServiceProvider(provider);
|
|
||||||
})
|
})
|
||||||
.BuildServiceProvider();
|
.BuildServiceProvider();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user