From 5058d91b544ff4baff2346644c9b37cd687a02ab Mon Sep 17 00:00:00 2001 From: Yunusov_Niyaz Date: Wed, 24 Apr 2024 21:36:26 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B0=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... 20240424130916_InitialCreate.Designer.cs} | 2 +- ...ate.cs => 20240424130916_InitialCreate.cs} | 0 .../Controllers/HomeController.cs | 2 +- .../Views/Home/Create.cshtml | 3 +- .../Views/Home/MakeSupply.cshtml | 2 +- .../Views/Home/Update.cshtml | 45 +++++++++---------- .../Views/Shared/_Layout.cshtml | 2 +- 7 files changed, 27 insertions(+), 29 deletions(-) rename CarRepairShop/CarRepairShopDatabaseImplement/Migrations/{20240420131523_InitialCreate.Designer.cs => 20240424130916_InitialCreate.Designer.cs} (99%) rename CarRepairShop/CarRepairShopDatabaseImplement/Migrations/{20240420131523_InitialCreate.cs => 20240424130916_InitialCreate.cs} (100%) diff --git a/CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240420131523_InitialCreate.Designer.cs b/CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240424130916_InitialCreate.Designer.cs similarity index 99% rename from CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240420131523_InitialCreate.Designer.cs rename to CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240424130916_InitialCreate.Designer.cs index 20257be..06d5ac2 100644 --- a/CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240420131523_InitialCreate.Designer.cs +++ b/CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240424130916_InitialCreate.Designer.cs @@ -12,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace CarRepairShopDatabaseImplement.Migrations { [DbContext(typeof(RepairsShopDatabase))] - [Migration("20240420131523_InitialCreate")] + [Migration("20240424130916_InitialCreate")] partial class InitialCreate { /// diff --git a/CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240420131523_InitialCreate.cs b/CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240424130916_InitialCreate.cs similarity index 100% rename from CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240420131523_InitialCreate.cs rename to CarRepairShop/CarRepairShopDatabaseImplement/Migrations/20240424130916_InitialCreate.cs diff --git a/CarRepairShop/CarRepairShowShopApp/Controllers/HomeController.cs b/CarRepairShop/CarRepairShowShopApp/Controllers/HomeController.cs index b660f6d..8738419 100644 --- a/CarRepairShop/CarRepairShowShopApp/Controllers/HomeController.cs +++ b/CarRepairShop/CarRepairShowShopApp/Controllers/HomeController.cs @@ -174,7 +174,7 @@ namespace CarRepairShowShopApp.Controllers return Redirect("~/Home/Enter"); } ViewBag.Shops = ApiClient.GetRequest>("api/shop/getshops"); - ViewBag.ListIceCream = ApiClient.GetRequest>("api/main/GetRepairList"); + ViewBag.ListRepair = ApiClient.GetRequest>("api/main/GetRepairList"); return View(); } diff --git a/CarRepairShop/CarRepairShowShopApp/Views/Home/Create.cshtml b/CarRepairShop/CarRepairShowShopApp/Views/Home/Create.cshtml index 00b9ea0..c214a63 100644 --- a/CarRepairShop/CarRepairShowShopApp/Views/Home/Create.cshtml +++ b/CarRepairShop/CarRepairShowShopApp/Views/Home/Create.cshtml @@ -33,8 +33,7 @@
- +
\ No newline at end of file diff --git a/CarRepairShop/CarRepairShowShopApp/Views/Home/MakeSupply.cshtml b/CarRepairShop/CarRepairShowShopApp/Views/Home/MakeSupply.cshtml index f3f3c73..502568f 100644 --- a/CarRepairShop/CarRepairShowShopApp/Views/Home/MakeSupply.cshtml +++ b/CarRepairShop/CarRepairShowShopApp/Views/Home/MakeSupply.cshtml @@ -20,7 +20,7 @@
Ремонт:
- +
diff --git a/CarRepairShop/CarRepairShowShopApp/Views/Home/Update.cshtml b/CarRepairShop/CarRepairShowShopApp/Views/Home/Update.cshtml index bb655c2..0519b79 100644 --- a/CarRepairShop/CarRepairShowShopApp/Views/Home/Update.cshtml +++ b/CarRepairShop/CarRepairShowShopApp/Views/Home/Update.cshtml @@ -51,29 +51,28 @@
- diff --git a/CarRepairShop/CarRepairShowShopApp/Views/Shared/_Layout.cshtml b/CarRepairShop/CarRepairShowShopApp/Views/Shared/_Layout.cshtml index 7b3b8e3..f18e69a 100644 --- a/CarRepairShop/CarRepairShowShopApp/Views/Shared/_Layout.cshtml +++ b/CarRepairShop/CarRepairShowShopApp/Views/Shared/_Layout.cshtml @@ -47,7 +47,7 @@
- © 2024 - CarRepairShowShopApp - Privacy + © 2024 - Магазин ремонтов -