Browse Source
Merge pull request #22702 from mdsakhawatullah/patch-1
Update part-03.md
pull/22703/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
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
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; |
|
|
|
|