Esempio n. 1
0
 public Dome.R541c.profileDetailResponseDto profileDetails(Dome.R541c.profileDetailDto updateReferentDto)
 {
     Dome.R541c.profileDetails inValue = new Dome.R541c.profileDetails();
     inValue.updateReferentDto = updateReferentDto;
     Dome.R541c.profileDetailsResponse retVal = ((Dome.R541c.DOME_BUS_EAI_R541cGetProfileDetailWS)(this)).profileDetails(inValue);
     return(retVal.profileDetailResponse);
 }
Esempio n. 2
0
 Dome.R541c.profileDetailsResponse Dome.R541c.DOME_BUS_EAI_R541cGetProfileDetailWS.profileDetails(Dome.R541c.profileDetails request)
 {
     return(base.Channel.profileDetails(request));
 }