parent
02aab424ec
commit
ef14196c1a
@ -15,8 +15,7 @@ public static class DependencyInjection
|
|||||||
.ForType<TechMessageDto, TechMessage>()
|
.ForType<TechMessageDto, TechMessage>()
|
||||||
.Ignore(dest => dest.System, dest => dest.SystemId);
|
.Ignore(dest => dest.System, dest => dest.SystemId);
|
||||||
|
|
||||||
TypeAdapterConfig.GlobalSettings.Default.Config
|
TypeAdapterConfig<ChangeLog, ChangeLogDto>.NewConfig()
|
||||||
.ForType<ChangeLog, ChangeLogDto>()
|
|
||||||
.Map(dest => dest.Value, src => new DataWithWellDepthAndSectionDto()
|
.Map(dest => dest.Value, src => new DataWithWellDepthAndSectionDto()
|
||||||
{
|
{
|
||||||
DepthEnd = src.DepthEnd,
|
DepthEnd = src.DepthEnd,
|
||||||
|
Loading…
Reference in New Issue
Block a user