Browse Source
Merge pull request #23448 from abpframework/auto-merge/rel-9-3/3913
Merge branch dev with rel-9.3
pull/23456/head
maliming
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/tutorials/modular-crm/part-05.md
|
|
|
@ -167,7 +167,7 @@ The `ReplaceDbContext` attribute allows the use of the `ModularCrmDbContext` cla |
|
|
|
````csharp |
|
|
|
public class ModularCrmDbContext : |
|
|
|
AbpDbContext<ModularCrmDbContext>, |
|
|
|
IProductsDbContext, |
|
|
|
ICatalogDbContext, |
|
|
|
IOrderingDbContext //NEW: IMPLEMENT THE INTERFACE |
|
|
|
{ |
|
|
|
public DbSet<Product> Products { get; set; } |
|
|
|
|