diff --git a/CarCenter/CarCenterStorekeeperApp/Views/Home/CreateBundling.cshtml b/CarCenter/CarCenterStorekeeperApp/Views/Home/CreateBundling.cshtml index b0f3dc8..b0484b2 100644 --- a/CarCenter/CarCenterStorekeeperApp/Views/Home/CreateBundling.cshtml +++ b/CarCenter/CarCenterStorekeeperApp/Views/Home/CreateBundling.cshtml @@ -12,7 +12,7 @@
Пакет оборудования:
- @foreach (var value in Enum.GetValues(typeof(EquipmentPackage))) { @@ -24,7 +24,7 @@
Пакет шин:
- @foreach (var value in Enum.GetValues(typeof(TirePackage))) { @@ -36,7 +36,7 @@
Пакет инструментов:
- @foreach (var value in Enum.GetValues(typeof(ToolKit))) {