From ef14196c1a6d34c772840d8834fefd1330af7c2e Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Wed, 18 Dec 2024 16:45:43 +0500 Subject: [PATCH] + --- DD.Persistence.Repository/DependencyInjection.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DD.Persistence.Repository/DependencyInjection.cs b/DD.Persistence.Repository/DependencyInjection.cs index f960b7c..9077205 100644 --- a/DD.Persistence.Repository/DependencyInjection.cs +++ b/DD.Persistence.Repository/DependencyInjection.cs @@ -15,8 +15,7 @@ public static class DependencyInjection .ForType() .Ignore(dest => dest.System, dest => dest.SystemId); - TypeAdapterConfig.GlobalSettings.Default.Config - .ForType() + TypeAdapterConfig.NewConfig() .Map(dest => dest.Value, src => new DataWithWellDepthAndSectionDto() { DepthEnd = src.DepthEnd,