* Added ItemCustPriceAll entity
This commit is contained in:
@@ -30,6 +30,7 @@ namespace SytelineSaAppEfDataModel
|
||||
CreateMap<CustomerTp, CustomerTpDto>().ReverseMap();
|
||||
CreateMap<Item, ItemDto>().ReverseMap();
|
||||
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
||||
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user