* Added VatCodeAssociation

This commit is contained in:
2025-08-22 07:01:13 +02:00
parent eb40cc35fe
commit 8c646d4bc7
8 changed files with 492 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ namespace SytelineSaAppEfDataModel
CreateMap<Customer, CustomerDto>().ReverseMap();
CreateMap<CustomerTp, CustomerTpDto>().ReverseMap();
CreateMap<Item, ItemDto>().ReverseMap();
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
}
}
}