* Bring back change

This commit is contained in:
2026-01-08 21:39:26 +01:00
parent c0fdf241eb
commit 3a26eaa335

View File

@@ -33,7 +33,7 @@ namespace SytelineSaAppEfDataModel
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
CreateMap<EdiLog, EdiLogDto>().ReverseMap();
CreateMap<WzRowMarelli, WzRowMarelliDto>();
CreateMap<WzRowMarelli, WzRowMarelliDto>().ReverseMap();
}
}
}