LC5 1 баг

This commit is contained in:
Timourka 2024-04-08 10:57:21 +04:00
parent 31c0173dac
commit 5204fafe4f

View File

@ -96,7 +96,7 @@ namespace AutomobilePlantRestApi.Controllers
}
}
[HttpPost]
public void SupplyCarsToShop((ShopSearchModel, CarBindingModel, int) shop_car_k)
public void SupplyCarsToShop(Tuple<ShopSearchModel, CarBindingModel, int> shop_car_k)
{
try
{