forked from sanchezvem/PyroFetes
fix error and add CreatePurchaseOrder.cs
This commit is contained in:
@@ -38,6 +38,7 @@ public class DtoToEntityMappings : Profile
|
||||
CreateMap<CreateProductDeliveryDto, ProductDelivery>();
|
||||
CreateMap<UpdateProductDeliveryDto, ProductDelivery>();
|
||||
|
||||
CreateMap<CreatePurchaseOrderDto, PurchaseOrder>();
|
||||
CreateMap<PatchPurchaseOrderPurchaseConditionsDto,PurchaseOrder>();
|
||||
|
||||
CreateMap<CreatePurchaseProductDto, PurchaseProduct>();
|
||||
|
||||
Reference in New Issue
Block a user