Browse Source
Fix code-block in Tenant-Management.md
pull/19122/head
Enis Necipoglu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docs/en/Modules/Tenant-Management.md
|
|
|
@ -56,7 +56,7 @@ This module defines the following ETOs (Event Transfer Objects) to allow you to |
|
|
|
|
|
|
|
**Example: Get notified when a new tenant has been created** |
|
|
|
|
|
|
|
``` |
|
|
|
```cs |
|
|
|
public class MyHandler : |
|
|
|
IDistributedEventHandler<EntityCreatedEto<TenantEto>>, |
|
|
|
ITransientDependency |
|
|
|
@ -131,4 +131,4 @@ ABP Framework allows to use *database per tenant* approach that allows a tenant |
|
|
|
## See Also |
|
|
|
|
|
|
|
* [Multi-Tenancy](../Multi-Tenancy.md) |
|
|
|
* [ABP Commercial SaaS Module](https://docs.abp.io/en/commercial/latest/modules/saas) |
|
|
|
* [ABP Commercial SaaS Module](https://docs.abp.io/en/commercial/latest/modules/saas) |
|
|
|
|