Example #1
0
 public Dome.R521.createProfileResponseDto createProfile(Dome.R521.createProfileDto profileDto)
 {
     Dome.R521.createProfile inValue = new Dome.R521.createProfile();
     inValue.profileDto = profileDto;
     Dome.R521.createProfileResponse retVal = ((Dome.R521.DOME_BUS_EAI_R521createProfileWS)(this)).createProfile(inValue);
     return(retVal.createProfileResponse1);
 }
Example #2
0
 Dome.R521.createProfileResponse Dome.R521.DOME_BUS_EAI_R521createProfileWS.createProfile(Dome.R521.createProfile request)
 {
     return(base.Channel.createProfile(request));
 }