From c5b08de0a25eaf1ac660bff0fd755a7a471198f0 Mon Sep 17 00:00:00 2001 From: Veljko Tosic Date: Sat, 14 Feb 2026 18:47:21 +0100 Subject: [PATCH] Moved to appropriate place --- .../Infrastructure/{DI => Persistence/Db}/StartupExtensions.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename dotnet/AipsCore/Infrastructure/{DI => Persistence/Db}/StartupExtensions.cs (81%) diff --git a/dotnet/AipsCore/Infrastructure/DI/StartupExtensions.cs b/dotnet/AipsCore/Infrastructure/Persistence/Db/StartupExtensions.cs similarity index 81% rename from dotnet/AipsCore/Infrastructure/DI/StartupExtensions.cs rename to dotnet/AipsCore/Infrastructure/Persistence/Db/StartupExtensions.cs index 0a7265e..d9c65e3 100644 --- a/dotnet/AipsCore/Infrastructure/DI/StartupExtensions.cs +++ b/dotnet/AipsCore/Infrastructure/Persistence/Db/StartupExtensions.cs @@ -1,7 +1,6 @@ -using AipsCore.Infrastructure.Persistence.Db; using Microsoft.Extensions.DependencyInjection; -namespace AipsCore.Infrastructure.DI; +namespace AipsCore.Infrastructure.Persistence.Db; public static class StartupExtensions {