Warehouses #1

Merged
trent merged 159 commits from Warehouses into master 2026-01-10 20:24:17 +00:00
Showing only changes of commit df9ec74142 - Show all commits

View File

@@ -31,9 +31,9 @@ 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>(); CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
CreateMap<EdiLog, EdiLogDto>(); CreateMap<EdiLog, EdiLogDto>().ReverseMap();
CreateMap<WzRowMarelli, WzRowMarelliDto>(); CreateMap<WzRowMarelli, WzRowMarelliDto>().ReverseMap();
} }
} }
} }