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"; }