Eliseev E.E. LabWork06_Hard #12

Closed
ElEgEv wants to merge 26 commits from LabWork06_Hard into LabWork05_Hard
Showing only changes of commit f0d488c7d2 - Show all commits

View File

@ -49,6 +49,7 @@ namespace BlacksmithWorkshopBusinessLogic.BusinessLogic
}
_logger.LogDebug("DoWork for {Count} orders", orders.Count);
foreach (var implementer in implementers)
{
Task.Run(() => WorkerWorkAsync(implementer, orders));