From 2a439ccbb5a19060298a5a9952437dc58d8fb422 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Fri, 28 Nov 2025 09:51:12 +0100 Subject: [PATCH] added mapper --- PyroFetes/MappingProfiles/EntityToDtoMappings.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PyroFetes/MappingProfiles/EntityToDtoMappings.cs b/PyroFetes/MappingProfiles/EntityToDtoMappings.cs index 0fbbffe..aebafa9 100644 --- a/PyroFetes/MappingProfiles/EntityToDtoMappings.cs +++ b/PyroFetes/MappingProfiles/EntityToDtoMappings.cs @@ -9,6 +9,7 @@ using PyroFetes.DTO.PurchaseProduct.Response; using PyroFetes.DTO.Quotation.Response; using PyroFetes.DTO.QuotationProduct.Response; using PyroFetes.DTO.SettingDTO.Response; +using PyroFetes.DTO.Supplier.Response; using PyroFetes.DTO.User.Response; using PyroFetes.DTO.WareHouseProduct.Response; using PyroFetes.Models; @@ -21,6 +22,8 @@ public class EntityToDtoMappings : Profile { CreateMap(); + CreateMap(); + CreateMap(); CreateMap();