PIbd-21. Makarov D.V. Lab work 06. Hard #15

Closed
DavidMakarov wants to merge 10 commits from hard_lab6 into hard_lab5
Showing only changes of commit 19e238d2cc - Show all commits

View File

@ -89,7 +89,8 @@ namespace FlowerShopBusinessLogic.BusinessLogics
{
Id = Order.Id
});
}
Thread.Sleep(Implementer.Qualification * _rnd.Next(10, 100));
}
catch (InvalidOperationException ex)
{
@ -101,8 +102,6 @@ namespace FlowerShopBusinessLogic.BusinessLogics
_logger.LogError(ex, "Error while do work");
throw;
}
Thread.Sleep(Implementer.Qualification * _rnd.Next(10, 100));
}
});
}