From 9af94d1e2cbfbba6f0895e82ccdccaf7b595b661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BE=D0=BB=D0=BE=D0=B4=D1=8F?= Date: Thu, 18 May 2023 11:56:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D0=BE=20=D0=BE?= =?UTF-8?q?=D1=82=D1=87=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StudentWebClient/Controllers/HomeController.cs | 6 ++++++ SchoolAgainStudy/StudentWebClient/Views/Home/Reports.cshtml | 1 + .../StudentWebClient/Views/Shared/_Layout.cshtml | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 SchoolAgainStudy/StudentWebClient/Views/Home/Reports.cshtml 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 @@ +