Skip to content

Commit ca06855

Browse files
Update config-file-setup.md
1 parent 7d86d9a commit ca06855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/config-file-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.Factories.InMemoryRepositoryContextFactory, DotNetToolkit.Repository" />
26+
<defaultContextFactory type="DotNetToolkit.Repository.InMemory.InMemoryRepositoryContextFactory, DotNetToolkit.Repository" />
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.Factories.InMemoryRepositoryContextFactory, DotNetToolkit.Repository"
45+
"type": "DotNetToolkit.Repository.InMemory.InMemoryRepositoryContextFactory, DotNetToolkit.Repository"
4646
},
4747
"interceptors": [
4848
{
@@ -67,4 +67,4 @@ In order for the repositories to read data from the appsettings.json file the us
6767
]
6868
}
6969
}
70-
```
70+
```

0 commit comments

Comments
 (0)