From 53f52a91f88802346b823a44c935f27e64ad827c Mon Sep 17 00:00:00 2001 From: Salikh Date: Sat, 25 May 2024 11:08:14 +0400 Subject: [PATCH] commit number x --- MotorPlant/MotorPlantRestApi/Program.cs | 2 +- MotorPlant/MotorPlantShopApp/Views/Home/Shop.cshtml | 2 +- MotorPlant/MotorPlantShopApp/Views/Home/Supply.cshtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MotorPlant/MotorPlantRestApi/Program.cs b/MotorPlant/MotorPlantRestApi/Program.cs index e83cbe0..a55c34b 100644 --- a/MotorPlant/MotorPlantRestApi/Program.cs +++ b/MotorPlant/MotorPlantRestApi/Program.cs @@ -1,4 +1,4 @@ -using Microsoft.OpenApi.Models; + using Microsoft.OpenApi.Models; using MotorPlantBusinessLogic.BusinessLogic; using MotorPlantBusinessLogic.BusinessLogics; using MotorPlantContracts.BusinessLogicsContracts; diff --git a/MotorPlant/MotorPlantShopApp/Views/Home/Shop.cshtml b/MotorPlant/MotorPlantShopApp/Views/Home/Shop.cshtml index 7f12a2f..c7f1d0b 100644 --- a/MotorPlant/MotorPlantShopApp/Views/Home/Shop.cshtml +++ b/MotorPlant/MotorPlantShopApp/Views/Home/Shop.cshtml @@ -31,7 +31,7 @@
- +
diff --git a/MotorPlant/MotorPlantShopApp/Views/Home/Supply.cshtml b/MotorPlant/MotorPlantShopApp/Views/Home/Supply.cshtml index accae8d..084a4b2 100644 --- a/MotorPlant/MotorPlantShopApp/Views/Home/Supply.cshtml +++ b/MotorPlant/MotorPlantShopApp/Views/Home/Supply.cshtml @@ -1,4 +1,4 @@ -@{ + @{ ViewData["Title"] = "Supply"; }