Browse Source

Merge pull request #22703 from abpframework/auto-merge/rel-9-1/3663

Merge branch rel-9.2 with rel-9.1
pull/22704/head
maliming 1 year ago
committed by GitHub
parent
commit
34baeaca97
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/tutorials/modular-crm/part-03.md

2
docs/en/tutorials/modular-crm/part-03.md

@ -436,7 +436,7 @@ Open the `ModularCrm.Products` .NET solution in your IDE, and find the `Pages/Pr
![visual-studio-products-cshtml](images/visual-studio-products-cshtml.png)
Replace the `IndexModel.cshtml.cs` file with the following content:
Replace the `Index.cshtml.cs` file with the following content:
````csharp
using System.Collections.Generic;

Loading…
Cancel
Save