* Revert changes

This commit is contained in:
2025-12-30 21:14:09 +01:00
parent 96a61f306f
commit df9ec74142

View File

@@ -31,9 +31,9 @@ namespace SytelineSaAppEfDataModel
CreateMap<CustomerTp, CustomerTpDto>().ReverseMap();
CreateMap<Item, ItemDto>().ReverseMap();
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>();
CreateMap<EdiLog, EdiLogDto>();
CreateMap<WzRowMarelli, WzRowMarelliDto>();
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
CreateMap<EdiLog, EdiLogDto>().ReverseMap();
CreateMap<WzRowMarelli, WzRowMarelliDto>().ReverseMap();
}
}
}