* Another testing removal

This commit is contained in:
2025-12-30 21:11:59 +01:00
parent c35060f4d3
commit 96a61f306f

View File

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