Warehouses #1
@@ -31,7 +31,7 @@ namespace SytelineSaAppEfDataModel
|
|||||||
CreateMap<CustomerTp, CustomerTpDto>().ReverseMap();
|
CreateMap<CustomerTp, CustomerTpDto>().ReverseMap();
|
||||||
CreateMap<Item, ItemDto>().ReverseMap();
|
CreateMap<Item, ItemDto>().ReverseMap();
|
||||||
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
||||||
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
|
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>();
|
||||||
CreateMap<EdiLog, EdiLogDto>();
|
CreateMap<EdiLog, EdiLogDto>();
|
||||||
CreateMap<WzRowMarelli, WzRowMarelliDto>();
|
CreateMap<WzRowMarelli, WzRowMarelliDto>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user