File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ In order for the repositories to read data from the App.config the user will nee
2323 </configSections >
2424 <!-- Configuration section settings area. -->
2525 <repository >
26- <defaultContextFactory type =" DotNetToolkit.Repository.InMemory.InMemoryRepositoryContextFactory, DotNetToolkit.Repository" />
26+ <defaultContextFactory type =" DotNetToolkit.Repository.InMemory.InMemoryRepositoryContextFactory, DotNetToolkit.Repository.InMemory " />
2727 <interceptors >
2828 <interceptor type =" ExampleApplication.TestRepositoryInterceptor, ExampleApplication" >
2929 <parameters >
@@ -42,7 +42,7 @@ In order for the repositories to read data from the appsettings.json file the us
4242{
4343 "repository" : {
4444 "defaultContextFactory" : {
45- "type" : " DotNetToolkit.Repository.InMemory.InMemoryRepositoryContextFactory, DotNetToolkit.Repository"
45+ "type" : " DotNetToolkit.Repository.InMemory.InMemoryRepositoryContextFactory, DotNetToolkit.Repository.InMemory "
4646 },
4747 "interceptors" : [
4848 {
You can’t perform that action at this time.
0 commit comments