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