From 13888ec6e53efde2ef1917e81b97f36f7e22a3ab Mon Sep 17 00:00:00 2001 From: xusc Date: Fri, 1 Nov 2024 09:13:51 +0800 Subject: [PATCH] .. --- .../Business/Mapper/IcsVendor/IcsVendorDtoAutoMapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aspnet-core/ICS.Application/Business/Mapper/IcsVendor/IcsVendorDtoAutoMapper.cs b/src/aspnet-core/ICS.Application/Business/Mapper/IcsVendor/IcsVendorDtoAutoMapper.cs index b5a1e058..0ff30f91 100644 --- a/src/aspnet-core/ICS.Application/Business/Mapper/IcsVendor/IcsVendorDtoAutoMapper.cs +++ b/src/aspnet-core/ICS.Application/Business/Mapper/IcsVendor/IcsVendorDtoAutoMapper.cs @@ -17,7 +17,7 @@ namespace ICS.Application.Business.Mapper configuration.CreateMap().ReverseMap(); - + configuration.CreateMap().ReverseMap(); //// custom codes //// custom codes end