правка из за конфликта

This commit is contained in:
Максим Яковлев 2024-05-18 15:09:54 +04:00
parent 3a9732fc22
commit b7500158cf

View File

@ -113,6 +113,7 @@ namespace CarRepairShopBusinessLogic.BusinessLogics
_logger.LogDebug("DoWork. Исполнитель {Id} вернулся к заказу {Order}", implementer.Id, runOrder.Id);
Thread.Sleep(implementer.WorkExperience * _rnd.Next(100, 300) * runOrder.Count);
;
_logger.LogDebug("DoWork. Исполнитель {Id} закончил заказ {Order}", implementer.Id, runOrder.Id);
_orderLogic.FinishOrder(new OrderBindingModel
{