Browse Source
Merge pull request #23247 from abpframework/auto-merge/rel-9-2/3848
Merge branch rel-9.3 with rel-9.2
pull/23248/head
maliming
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
0 additions and
2 deletions
-
docs/en/tutorials/modular-crm/part-03.md
-
docs/en/tutorials/modular-crm/part-06.md
|
|
|
@ -441,7 +441,6 @@ Here, you simply use the `IProductAppService` to get a list of all products and |
|
|
|
@page |
|
|
|
@using Microsoft.Extensions.Localization |
|
|
|
@using ModularCrm.Catalog.Localization |
|
|
|
@using ModularCrm.Catalog.UI.Pages.Catalog |
|
|
|
@model ModularCrm.Catalog.UI.Pages.Catalog.IndexModel |
|
|
|
@inject IStringLocalizer<CatalogResource> L |
|
|
|
|
|
|
|
|
|
|
|
@ -90,7 +90,6 @@ Open the `ProductIntegrationService.cs` file and replace its content with the fo |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using Volo.Abp; |
|
|
|
using Volo.Abp.Domain.Repositories; |
|
|
|
|
|
|
|
namespace ModularCrm.Catalog.Integration; |
|
|
|
|