forked from sanchezvem/PyroFetes
Some fixes
This commit is contained in:
@@ -34,7 +34,8 @@ public class EntityToDtoMappings : Profile
|
||||
|
||||
// CreateMap<PurchaseOrder, GetPurchaseOrderDto>();
|
||||
//
|
||||
// CreateMap<PurchaseProduct, GetPurchaseProductDto>();
|
||||
CreateMap<PurchaseProduct, GetPurchaseProductDto>();
|
||||
|
||||
|
||||
CreateMap<PurchaseOrder, GetPurchaseOrderDto>()
|
||||
.ForMember(dest => dest.Products,
|
||||
|
||||
Reference in New Issue
Block a user