* Test change
This commit is contained in:
@@ -32,8 +32,8 @@ namespace SytelineSaAppEfDataModel
|
|||||||
CreateMap<Item, ItemDto>().ReverseMap();
|
CreateMap<Item, ItemDto>().ReverseMap();
|
||||||
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
||||||
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
|
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
|
||||||
CreateMap<EdiLog, EdiLogDto>();
|
CreateMap<EdiLog, EdiLogDto>().ReverseMap();
|
||||||
CreateMap<WzRowMarelli, WzRowMarelliDto>();
|
CreateMap<WzRowMarelli, WzRowMarelliDto>().ReverseMap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user