Skip to content

Commit d77707f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config-file-setup.md

Lines changed: 2 additions & 2 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.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
{

0 commit comments

Comments
 (0)