Warehouses #1

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

View File

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