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 - Магазин ремонтов -