Exemplo n.º 1
0
 public Dome.R532.selectProfileResponseDto selectProfile(Dome.R532.selectProfileDto selectProfileDto)
 {
     Dome.R532.selectProfile inValue = new Dome.R532.selectProfile();
     inValue.selectProfileDto = selectProfileDto;
     Dome.R532.selectProfileResponse retVal = ((Dome.R532.DOME_BUS_EAI_R532selectProfileWS)(this)).selectProfile(inValue);
     return(retVal.selectProfileResponse1);
 }
Exemplo n.º 2
0
 Dome.R532.selectProfileResponse Dome.R532.DOME_BUS_EAI_R532selectProfileWS.selectProfile(Dome.R532.selectProfile request)
 {
     return(base.Channel.selectProfile(request));
 }