This commit is contained in:
2026-01-08 22:32:10 +01:00
parent 00ba9700e9
commit b29ff1f1a1

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