|
@ -113,8 +113,11 @@ public class FawtygAutoMapperProfile : Profile |
|
|
CreateMap<SupplierExchangeDto, SupplierEditInput>(); |
|
|
CreateMap<SupplierExchangeDto, SupplierEditInput>(); |
|
|
CreateMap<CustomerExchangeDto, CustomerEditInput>(); |
|
|
CreateMap<CustomerExchangeDto, CustomerEditInput>(); |
|
|
CreateMap<PurchasePriceExchangeDto, PurchasePriceSheetEditInput>(); |
|
|
CreateMap<PurchasePriceExchangeDto, PurchasePriceSheetEditInput>(); |
|
|
|
|
|
CreateMap<PurchasePriceSheetDTO, PurchasePriceExchangeDto>(); |
|
|
CreateMap<SalePriceExchangeDto, SalePriceSheetEditInput>(); |
|
|
CreateMap<SalePriceExchangeDto, SalePriceSheetEditInput>(); |
|
|
|
|
|
CreateMap<SalePriceSheetDTO,SalePriceExchangeDto> (); |
|
|
CreateMap<StdCostPriceExchangeDto, StdCostPriceSheetEditInput>(); |
|
|
CreateMap<StdCostPriceExchangeDto, StdCostPriceSheetEditInput>(); |
|
|
|
|
|
CreateMap<StdCostPriceSheetDTO, StdCostPriceExchangeDto>(); |
|
|
CreateMap<ProductRecycleNoteDTO, ProductRecycleNoteEditInput>(); |
|
|
CreateMap<ProductRecycleNoteDTO, ProductRecycleNoteEditInput>(); |
|
|
CreateMap<ProductRecycleNoteDetailDTO, ProductRecycleNoteDetailInput>(); |
|
|
CreateMap<ProductRecycleNoteDetailDTO, ProductRecycleNoteDetailInput>(); |
|
|
|
|
|
|
|
|