This commit is contained in:
Николай 2023-05-22 12:49:56 +04:00
parent c46e798a61
commit 21aff9af4f

View File

@ -75,7 +75,6 @@ namespace FoodOrdersBusinessLogic.BusinessLogics
_orderLogic.FinishOrder(new OrderBindingModel
{
Id = order.Id,
ImplementerId = implementer.Id
});
// отдыхаем
Thread.Sleep(implementer.Qualification * _rnd.Next(10, 100));