* Introduced new WzRowMareli service to handle new client

This commit is contained in:
2025-09-08 21:19:17 +02:00
parent f45baa31a5
commit 89792d3d28
8 changed files with 201 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ namespace SytelineSaAppEfDataModel
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
CreateMap<EdiLog, EdiLogDto>().ReverseMap();
CreateMap<WzRowMareli, WzRowMareliDto>().ReverseMap();
}
}
}