Browse Source
Merge pull request #23238 from abpframework/auto-merge/rel-9-3/3845
Merge branch dev with rel-9.3
pull/23246/head
maliming
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
docs/en/tutorials/modular-crm/part-06.md
|
|
@ -95,7 +95,6 @@ using Volo.Abp.Domain.Repositories; |
|
|
|
|
|
|
|
|
namespace ModularCrm.Catalog.Integration; |
|
|
namespace ModularCrm.Catalog.Integration; |
|
|
|
|
|
|
|
|
[IntegrationService] |
|
|
|
|
|
public class ProductIntegrationService |
|
|
public class ProductIntegrationService |
|
|
: CatalogAppService, IProductIntegrationService |
|
|
: CatalogAppService, IProductIntegrationService |
|
|
{ |
|
|
{ |
|
|
|