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
parent
commit
f3f6c04718
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      docs/en/tutorials/modular-crm/part-03.md
  2. 1
      docs/en/tutorials/modular-crm/part-06.md

1
docs/en/tutorials/modular-crm/part-03.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

1
docs/en/tutorials/modular-crm/part-06.md

@ -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;

Loading…
Cancel
Save