From 5204fafe4f114a4077ef735c645e87dd20f804a4 Mon Sep 17 00:00:00 2001 From: Timourka Date: Mon, 8 Apr 2024 10:57:21 +0400 Subject: [PATCH] =?UTF-8?q?LC5=201=20=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AutomobilePlantRestApi/Controllers/ShopController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomobilePlant/AutomobilePlantRestApi/Controllers/ShopController.cs b/AutomobilePlant/AutomobilePlantRestApi/Controllers/ShopController.cs index d4f3000..02cd6bd 100644 --- a/AutomobilePlant/AutomobilePlantRestApi/Controllers/ShopController.cs +++ b/AutomobilePlant/AutomobilePlantRestApi/Controllers/ShopController.cs @@ -96,7 +96,7 @@ namespace AutomobilePlantRestApi.Controllers } } [HttpPost] - public void SupplyCarsToShop((ShopSearchModel, CarBindingModel, int) shop_car_k) + public void SupplyCarsToShop(Tuple shop_car_k) { try {