Browse Source

Update part-03.md

It should be Index.cshtml.cs, not IndexModel.cshtml.cs
pull/22702/head
Md.Sakhawat Ullah 1 year ago
committed by GitHub
parent
commit
563c675f1b
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