diff --git a/MVVM/Views/Home/Index.cshtml b/MVVM/Views/Home/Index.cshtml
index 2f0eb6b..0f48e7d 100644
--- a/MVVM/Views/Home/Index.cshtml
+++ b/MVVM/Views/Home/Index.cshtml
@@ -35,7 +35,7 @@
@Html.DisplayFor(modelItem => item.empSalary)
- @Html.ActionLink("Edit", "Edit", new { /* id=item.PrimaryKey */ }) |
+ @Html.ActionLink("Edit", "Edit", new { /* id=item.PrimaryKey see */ }) |
@Html.ActionLink("Details", "Details", new { /* id=item.PrimaryKey */ }) |
@Html.ActionLink("Delete", "Delete", new { /* id=item.PrimaryKey */ })
|