COMO SE LE PASA UN PARAMETRO A UN CONSTRUCTOR
Publicado por Jorge (1 intervención) el 21/05/2020 13:11:52
1
2
3
4
5
6
7
8
9
10
Dim configuration As IConfiguration
Set configuration = New configuration
configuration.BaseURL = "https://www.amr.org.ar/gestion/webServices/autorizador/test"
Dim result As IPruebaConectividadResponse
Set result = New PruebaConectividadResponseDTO
Dim conector As IConector
Set conector = New conector >>error el uso de la palabra New no es valido
conector.PruebaConectividad
Valora esta pregunta


-1