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