From 5aa318750c89bdc07626ea07573a2444bbee3c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=9C=D0=B0=D0=BB?= =?UTF-8?q?=D0=B0=D1=84=D0=B5=D0=B5=D0=B2?= Date: Tue, 30 Apr 2024 15:30:21 +0400 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B0=D0=B6=D0=BD=D0=BE=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=D0=BC=D0=B5=D1=87=D0=B0=D0=BD=D0=B8=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CarCenterStorekeeperApp/Views/Home/BundlingUpdate.cshtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CarCenter/CarCenterStorekeeperApp/Views/Home/BundlingUpdate.cshtml b/CarCenter/CarCenterStorekeeperApp/Views/Home/BundlingUpdate.cshtml index 433efc6..dc5ea37 100644 --- a/CarCenter/CarCenterStorekeeperApp/Views/Home/BundlingUpdate.cshtml +++ b/CarCenter/CarCenterStorekeeperApp/Views/Home/BundlingUpdate.cshtml @@ -1,4 +1,5 @@ -@using CarCenterDataModels.Enums; + +@using CarCenterDataModels.Enums; @{ ViewData["Title"] = "BundlingUpdate"; }