* Revert changes

This commit is contained in:
2025-12-30 21:57:41 +01:00
parent 890ab7a67f
commit d40caafce2

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();
}
}
}