fix
This commit is contained in:
parent
c46e798a61
commit
21aff9af4f
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user