Index: WSimpl/ECON/Kenmerken/ZijkantLogoService/GeefZijkantLogosVoorKlant.cls.xml
===================================================================
diff -u -r55862 -r58899
--- WSimpl/ECON/Kenmerken/ZijkantLogoService/GeefZijkantLogosVoorKlant.cls.xml (.../GeefZijkantLogosVoorKlant.cls.xml) (revision 55862)
+++ WSimpl/ECON/Kenmerken/ZijkantLogoService/GeefZijkantLogosVoorKlant.cls.xml (.../GeefZijkantLogosVoorKlant.cls.xml) (revision 58899)
@@ -18,8 +18,13 @@
1
+
+DOM.common.Transl.VertaalAPI
+1
+
+
-ZijkantLogoRepository:DOM.PM.Maatwerk.TAX.Data.ZijkantLogoRepository,PersonalityRepository:DOM.common.impl.PersonalityRepository,LegacyPartijAPI:DOM.PARTIJ.impl.LegacyPartijAPI
+ZijkantLogoRepository:DOM.PM.Maatwerk.TAX.Data.ZijkantLogoRepository,PersonalityRepository:DOM.common.impl.PersonalityRepository,LegacyPartijAPI:DOM.PARTIJ.impl.LegacyPartijAPI,VertaalAPI:DOM.common.Transl.VertaalAPI
1
1
%Status
@@ -28,7 +33,8 @@
Set ..ZijkantLogoRepository = $$$Inject(ZijkantLogoRepository,##class(DOM.PM.Maatwerk.TAX.Data.ZijkantLogoRepository).%New())
Set ..PersonalityRepository = $$$Inject(PersonalityRepository, ##class(DOM.common.impl.PersonalityRepository).%New())
Set ..LegacyPartijAPI = $$$Inject(LegacyPartijAPI, ##class(DOM.PARTIJ.impl.LegacyPartijAPI).%New())
-
+ Set ..VertaalAPI = $$$Inject(VertaalAPI, ##class(DOM.common.Transl.impl.VertaalAPI).%New())
+
Quit $$$OK
]]>
@@ -46,7 +52,7 @@
Set ZijkantLogoIterator = ..ZijkantLogoRepository.ZoekViaKlantID(+Request.Header.KlantId)
}
- Quit ..MaakResponse(ZijkantLogoIterator)
+ Quit ..MaakResponse(ZijkantLogoIterator, Request.Header.Taal)
]]>
@@ -67,14 +73,14 @@
-ZijkantLogoIterator:TECH.Iterator
+ZijkantLogoIterator:TECH.Iterator,ISO639Taal:%String
1
WS.ECON.Kenmerken.ZijkantLogo.GeefZijkantLogosVoorKlantResponse
+ISO639Taal:%String
1
WS.ECON.Kenmerken.dto.ZijkantLogo