* Revert changes
This commit is contained in:
@@ -31,9 +31,9 @@ namespace SytelineSaAppEfDataModel
|
||||
CreateMap<CustomerTp, CustomerTpDto>().ReverseMap();
|
||||
CreateMap<Item, ItemDto>().ReverseMap();
|
||||
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
||||
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>();
|
||||
CreateMap<EdiLog, EdiLogDto>();
|
||||
CreateMap<WzRowMarelli, WzRowMarelliDto>();
|
||||
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
|
||||
CreateMap<EdiLog, EdiLogDto>().ReverseMap();
|
||||
CreateMap<WzRowMarelli, WzRowMarelliDto>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user