From 563c675f1bf150eda1db50dfe1cb4043c3d9c07e Mon Sep 17 00:00:00 2001 From: "Md.Sakhawat Ullah" <75324807+mdsakhawatullah@users.noreply.github.com> Date: Sun, 20 Apr 2025 15:03:42 +0600 Subject: [PATCH] Update part-03.md It should be Index.cshtml.cs, not IndexModel.cshtml.cs --- docs/en/tutorials/modular-crm/part-03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/modular-crm/part-03.md b/docs/en/tutorials/modular-crm/part-03.md index 2dabfc54eb..38c6553fa3 100644 --- a/docs/en/tutorials/modular-crm/part-03.md +++ b/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;