Index: TAOR-rework-bugfixing/TAOR rework/controllers/SifonLadeController.vb
===================================================================
diff -u -r1628 -r1629
--- TAOR-rework-bugfixing/TAOR rework/controllers/SifonLadeController.vb (.../SifonLadeController.vb) (revision 1628)
+++ TAOR-rework-bugfixing/TAOR rework/controllers/SifonLadeController.vb (.../SifonLadeController.vb) (revision 1629)
@@ -13,8 +13,11 @@
End If
Return _instance
End Function
-
- 'informatie opvragen over de sifonLade
+
+ '''
+ ''' Informatie opvragen over de sifonLade als DTO.
+ '''
+ '''
Public Function GeefInformatieSifonLade() As SifonLadeDto
'De eerste sifonlade opvragen.
Dim sifonLade As ISifonLade = _specialLadenRep.geefSifonLade(0)