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 {