From f0d488c7d2509c71cf4af92cde78a2fdb73c0c3e Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Mon, 10 Apr 2023 21:44:08 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BusinessLogic/WorkModeling.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BlacksmithWorkshop/BlacksmithWorkshopBusinessLogic/BusinessLogic/WorkModeling.cs b/BlacksmithWorkshop/BlacksmithWorkshopBusinessLogic/BusinessLogic/WorkModeling.cs index 7d377e2..37e03c4 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshopBusinessLogic/BusinessLogic/WorkModeling.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshopBusinessLogic/BusinessLogic/WorkModeling.cs @@ -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));