diff --git a/SchoolAgainStudy/StudentWebClient/Controllers/HomeController.cs b/SchoolAgainStudy/StudentWebClient/Controllers/HomeController.cs index 9367922..1685c38 100644 --- a/SchoolAgainStudy/StudentWebClient/Controllers/HomeController.cs +++ b/SchoolAgainStudy/StudentWebClient/Controllers/HomeController.cs @@ -8,6 +8,7 @@ using SchoolAgainStudyDataBaseImplements.Models; using SchoolAgainStudyDataModels.Models; using StudentWebClient.Models; using System.Diagnostics; +using System.IO; namespace StudentWebClient.Controllers { @@ -417,5 +418,10 @@ namespace StudentWebClient.Controllers }); Response.Redirect("/Home/Products"); } + public IActionResult Reports() + { + return View(); + } + } } \ No newline at end of file diff --git a/SchoolAgainStudy/StudentWebClient/Views/Home/Reports.cshtml b/SchoolAgainStudy/StudentWebClient/Views/Home/Reports.cshtml new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/SchoolAgainStudy/StudentWebClient/Views/Home/Reports.cshtml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/SchoolAgainStudy/StudentWebClient/Views/Shared/_Layout.cshtml b/SchoolAgainStudy/StudentWebClient/Views/Shared/_Layout.cshtml index dd979d8..feebb29 100644 --- a/SchoolAgainStudy/StudentWebClient/Views/Shared/_Layout.cshtml +++ b/SchoolAgainStudy/StudentWebClient/Views/Shared/_Layout.cshtml @@ -41,6 +41,9 @@