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();