fix error and add CreatePurchaseOrder.cs

This commit is contained in:
2025-12-13 11:24:01 +01:00
parent 2a42e1010f
commit 35d3e58d86
8 changed files with 88 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ public class DtoToEntityMappings : Profile
CreateMap<CreateProductDeliveryDto, ProductDelivery>();
CreateMap<UpdateProductDeliveryDto, ProductDelivery>();
CreateMap<CreatePurchaseOrderDto, PurchaseOrder>();
CreateMap<PatchPurchaseOrderPurchaseConditionsDto,PurchaseOrder>();
CreateMap<CreatePurchaseProductDto, PurchaseProduct>();