Skip to content

Commit

Permalink
chore: update CoreConcepts.md (#814)
Browse files Browse the repository at this point in the history
Mention of property "ConnectionString" removed, as this property is no longer part of the ITenantInfo entity.
  • Loading branch information
michaelhachen authored and AndrewTriesToCode committed Apr 28, 2024
1 parent e567a69 commit 19199ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CoreConcepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ However, there are a few important specifics to be aware of. The items below mak

A `TenantInfo` instance contains information about a tenant. Often this will be the "current" tenant in the context an
app. These instances' type implements `ITenantInfo` which defines properties
for `Id`, `Identifier`, `Name`, `ConnectionString`. When calling `AddMultiTenant<TTenantInfo>` the type passed into the
for `Id`, `Identifier`, `Name`. When calling `AddMultiTenant<TTenantInfo>` the type passed into the
type parameter defines the`ITenantInfo` use throughout the library and app.

* `Id` is a unique id for a tenant in the app and should never change.
Expand Down

0 comments on commit 19199ee

Please sign in to comment.