Мелкая правка.
This commit is contained in:
parent
2e5747230c
commit
f0d488c7d2
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user