Warehouses #3

Merged
trent merged 38 commits from Warehouses into master 2026-01-10 21:16:09 +00:00
Showing only changes of commit 38ff2c1673 - Show all commits

View File

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