Notes
This commit is contained in:
parent
4c2b5cca93
commit
43b4d50e43
28 changed files with 674 additions and 249 deletions
|
|
@ -34,6 +34,7 @@ public static class InkForgeServiceCollections
|
|||
// Scoped
|
||||
// - Concrete
|
||||
services.AddScoped<LocalWorkspaceOptions>();
|
||||
services.AddScoped<NoteStore>();
|
||||
|
||||
// - Service
|
||||
services.AddScoped<IDbContextFactory<NoteDbContext>, NoteDbContextFactory>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue