We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673f6ef commit 06fe56cCopy full SHA for 06fe56c
doc/WebSite/Abp-Session.md
@@ -54,7 +54,7 @@ AbpSession defines a few key properties:
54
is not an impersonated login.
55
- **MultiTenancySide**: It may be Host or Tenant.
56
57
-UserId and TenantId is **nullable**. There are also the non-nullable
+UserId and TenantId are **nullable**. There are also the non-nullable
58
**GetUserId()** and **GetTenantId()** methods. If you're sure there is a
59
current user, you can call GetUserId(). If the current user is null, this
60
method throws an exception. GetTenantId() also works in this way.
0 commit comments