Warehouses #1

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

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