From 25cd2c9c8b60ebaf66f5cd86b90b92f857c95a4e Mon Sep 17 00:00:00 2001 From: Timourka Date: Sat, 6 Apr 2024 22:23:42 +0400 Subject: [PATCH] =?UTF-8?q?LC5=20=D0=B1=D0=B0=D0=B7=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutomobilePlant/AutomobilePlantRestApi/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AutomobilePlant/AutomobilePlantRestApi/Program.cs b/AutomobilePlant/AutomobilePlantRestApi/Program.cs index 04420ae..1073e07 100644 --- a/AutomobilePlant/AutomobilePlantRestApi/Program.cs +++ b/AutomobilePlant/AutomobilePlantRestApi/Program.cs @@ -12,9 +12,11 @@ builder.Logging.AddLog4Net("log4net.config"); builder.Services.AddTransient(); builder.Services.AddTransient(); builder.Services.AddTransient(); +builder.Services.AddTransient(); builder.Services.AddTransient(); builder.Services.AddTransient(); builder.Services.AddTransient(); +builder.Services.AddTransient(); builder.Services.AddControllers(); // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle